Skip to content

Commit 6f9512b

Browse files
Updated API models and rebuilt service gems.
1 parent 6456873 commit 6f9512b

File tree

18 files changed

+647
-1126
lines changed

18 files changed

+647
-1126
lines changed

apis/partnercentral-selling/2022-07-26/api-2.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,8 @@
12081208
"ZAR",
12091209
"ZMW",
12101210
"ZWL"
1211-
]
1211+
],
1212+
"sensitive":true
12121213
},
12131214
"Customer":{
12141215
"type":"structure",
@@ -1372,16 +1373,12 @@
13721373
"TargetCompany"
13731374
],
13741375
"members":{
1375-
"Amount":{"shape":"ExpectedCustomerSpendAmountString"},
1376+
"Amount":{"shape":"String"},
13761377
"CurrencyCode":{"shape":"ExpectedCustomerSpendCurrencyCodeEnum"},
13771378
"Frequency":{"shape":"PaymentFrequency"},
13781379
"TargetCompany":{"shape":"ExpectedCustomerSpendTargetCompanyString"}
13791380
}
13801381
},
1381-
"ExpectedCustomerSpendAmountString":{
1382-
"type":"string",
1383-
"pattern":"^(0|([1-9][0-9]{0,30}))(\\.[0-9]{0,2})?$"
1384-
},
13851382
"ExpectedCustomerSpendCurrencyCodeEnum":{
13861383
"type":"string",
13871384
"enum":[
@@ -1554,7 +1551,8 @@
15541551
"ZMW",
15551552
"ZWL"
15561553
],
1557-
"pattern":"^USD$"
1554+
"pattern":"^USD$",
1555+
"sensitive":true
15581556
},
15591557
"ExpectedCustomerSpendList":{
15601558
"type":"list",
@@ -2188,7 +2186,8 @@
21882186
"EngagementInvitationConflict",
21892187
"InternalError",
21902188
"OpportunityValidationFailed",
2191-
"OpportunityConflict"
2189+
"OpportunityConflict",
2190+
"ResourceSnapshotAccessDenied"
21922191
]
21932192
},
21942193
"Receiver":{
@@ -2435,7 +2434,8 @@
24352434
},
24362435
"StartEngagementByAcceptingInvitationTaskRequestClientTokenString":{
24372436
"type":"string",
2438-
"min":1
2437+
"min":1,
2438+
"pattern":"^[!-~]{1,64}$"
24392439
},
24402440
"StartEngagementByAcceptingInvitationTaskResponse":{
24412441
"type":"structure",
@@ -2470,7 +2470,8 @@
24702470
},
24712471
"StartEngagementFromOpportunityTaskRequestClientTokenString":{
24722472
"type":"string",
2473-
"min":1
2473+
"min":1,
2474+
"pattern":"^[!-~]{1,64}$"
24742475
},
24752476
"StartEngagementFromOpportunityTaskResponse":{
24762477
"type":"structure",

apis/partnercentral-selling/2022-07-26/docs-2.json

Lines changed: 84 additions & 89 deletions
Large diffs are not rendered by default.

apis/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json

Lines changed: 25 additions & 238 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)