Skip to content

Commit c8a02e5

Browse files
committed
V22.1.0 - 2022-01-06
1 parent 520d9a1 commit c8a02e5

File tree

5 files changed

+62
-0
lines changed

5 files changed

+62
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
class HeadersObject extends \PHPFUI\ConstantContact\Definition\Base
8+
{ }
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
class PartnerAccountOperationsRequest extends \PHPFUI\ConstantContact\Definition\Base
8+
{
9+
protected static array $fields = [
10+
'account_operation_query_parameters' => 'array<\PHPFUI\ConstantContact\Definition\QueryParamObject>',
11+
'account_operation_path_parameters' => 'array<\PHPFUI\ConstantContact\Definition\PathParamObject>',
12+
'account_operation_headers' => 'array<\PHPFUI\ConstantContact\Definition\HeadersObject>',
13+
14+
];
15+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
class PathParamObject extends \PHPFUI\ConstantContact\Definition\Base
8+
{ }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
class QueryParamObject extends \PHPFUI\ConstantContact\Definition\Base
8+
{ }

yaml/swagger.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11179,6 +11179,29 @@ definitions:
1117911179
\ default, this is the current date and time in ISO format. In the request body,\
1118011180
\ you can optionally specify a future cancellation date (in ISO format) and\
1118111181
\ a reason (`reason_code`) that the client wants to cancel their account."
11182+
PartnerAccountOperationsRequest:
11183+
type: "object"
11184+
properties:
11185+
account_operation_query_parameters:
11186+
type: "array"
11187+
items:
11188+
$ref: "#/definitions/QueryParamObject"
11189+
account_operation_path_parameters:
11190+
type: "array"
11191+
items:
11192+
$ref: "#/definitions/PathParamObject"
11193+
account_operation_headers:
11194+
type: "array"
11195+
items:
11196+
$ref: "#/definitions/HeadersObject"
11197+
description: "JSON object that contains the fields Constant Contact will use to\
11198+
\ construct the HTTP request you want to send on behalf of a managed account."
11199+
QueryParamObject:
11200+
type: "object"
11201+
PathParamObject:
11202+
type: "object"
11203+
HeadersObject:
11204+
type: "object"
1118211205
WebhooksSubscriptionCollection:
1118311206
type: "array"
1118411207
description: "An array of webhook subscriptions."

0 commit comments

Comments
 (0)