-
Notifications
You must be signed in to change notification settings - Fork 0
/
.manifest.json
362 lines (362 loc) · 15.8 KB
/
.manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
{
"liblabVersion": "2.3.2",
"date": "2024-09-16T20:07:12.439Z",
"config": {
"apiId": 1169,
"sdkName": "voyado_engage",
"sdkVersion": "1.0.0",
"liblabVersion": "2",
"deliveryMethods": ["zip"],
"languages": ["csharp"],
"apiVersion": "1.0.0",
"apiName": "voyado",
"specFilePath": "./apis/voyado.json",
"auth": ["bearer"],
"languageOptions": {
"csharp": {
"packageId": "",
"githubRepoName": "",
"ignoreFiles": [],
"liblabVersion": "2",
"sdkVersion": "1.0.0"
},
"typescript": {
"bundle": false,
"exportClassDefault": false,
"httpClient": "axios",
"npmName": "",
"npmOrg": "",
"githubRepoName": "",
"ignoreFiles": [],
"liblabVersion": "2",
"sdkVersion": "1.0.0"
}
},
"publishing": {
"githubOrg": ""
},
"authentication": {
"access": {
"prefix": "Bearer"
}
},
"devContainer": true,
"generateEnv": true,
"includeOptionalSnippetParameters": true,
"inferServiceNames": false,
"license": {
"type": "MIT",
"name": "MIT",
"url": "https://opensource.org/licenses/MIT",
"path": "MIT.ejs"
},
"responseHeaders": false,
"retry": {
"enabled": true,
"maxAttempts": 3,
"retryDelay": 150,
"maxDelay": 5000,
"retryDelayJitter": 50,
"backOffFactor": 2,
"httpCodesToRetry": [408, 429, 500, 502, 503, 504],
"httpMethodsToRetry": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"]
},
"multiTenant": true,
"includeWatermark": true,
"packageId": "",
"githubRepoName": "",
"ignoreFiles": [],
"language": "csharp",
"deliveryMethod": "zip",
"hooks": {
"enabled": false,
"sourceDir": ""
},
"usesFormData": false,
"environmentVariables": [],
"fileOutput": "/tmp",
"httpLibrary": {
"name": "axios",
"packages": {
"axios": "^1.7.4"
},
"languages": ["typescript"]
},
"customQueries": {
"paths": [],
"rawQueries": [],
"queriesData": []
}
},
"files": [
"VoyadoEngage/VoyadoEngage.csproj",
"install.sh",
"VoyadoEngage/Services/BaseService.cs",
"VoyadoEngage/Services/BisnodeService.cs",
"VoyadoEngage/Services/ConsentsService.cs",
"VoyadoEngage/Services/ContactoverviewService.cs",
"VoyadoEngage/Services/MemberstatusService.cs",
"VoyadoEngage/Services/OrdersService.cs",
"VoyadoEngage/Services/PersonlookupService.cs",
"VoyadoEngage/Services/SmsService.cs",
"VoyadoEngage/Services/TargetAudiencesService.cs",
"VoyadoEngage/Models/ValueEnum.cs",
"VoyadoEngage/Json/ValueEnumJsonConverter.cs",
"VoyadoEngage/Json/ValueEnumJsonConverterFactory.cs",
"VoyadoEngage/Http/Handlers/TokenHandler.cs",
"Example/Example.csproj",
"Example/Program.cs",
"Example/.gitignore",
"VoyadoEngage/Http/Serialization/SerializationStyle.cs",
"VoyadoEngage/Http/Serialization/QuerySerializationStyle.cs",
"VoyadoEngage/Http/Serialization/PathSerializationStyle.cs",
"VoyadoEngage/Http/Serialization/Serializer.cs",
"VoyadoEngage/Http/RequestBuilder.cs",
"VoyadoEngage/Config/VoyadoEngageConfig.cs",
"VoyadoEngage/Http/Environment.cs",
"VoyadoEngage/VoyadoEngageClient.cs",
"VoyadoEngage/Http/Handlers/RetryHandler.cs",
"VoyadoEngage/.gitignore",
"./LICENSE",
"documentation/models/ApiAchievementValue.md",
"documentation/models/PagedResultOfApiAchievementDefinition.md",
"documentation/models/EnrichmentVariableGroup.md",
"documentation/models/PagedResultOfAllBonusCheckModel.md",
"documentation/models/PagedResultOfRedeemedBonusCheckModel.md",
"documentation/models/PagedResultOfAvailableBonusCheckModel.md",
"documentation/models/RedeemedBonusCheckModel.md",
"documentation/models/ChallengeDefinitionModelsResult.md",
"documentation/models/ChallengeGetChallengeDefinitionsStatus.md",
"documentation/models/ChallengeAssignmentModelsResult.md",
"documentation/models/ChallengeGetChallengesFilter.md",
"documentation/models/ChallengeCheckPointDto.md",
"documentation/models/AddCheckpointToChallengeAssignmentResult.md",
"documentation/models/ApiConsentDefinition.md",
"documentation/models/IApiContact.md",
"documentation/models/ProductRecommendationsModel.md",
"documentation/models/PurchaseHistorySummary.md",
"documentation/models/ListResultOfApiMessage.md",
"documentation/models/PagedResultOfApiMessage.md",
"documentation/models/PagedResultOfTransactionItem.md",
"documentation/models/PagedResultOfBonusPointTransactionModel.md",
"documentation/models/ChangeType.md",
"documentation/models/ApiPromotionModel.md",
"documentation/models/BoolRequest.md",
"documentation/models/ApiAdjustRewardPoints.md",
"documentation/models/ApiAdjustRewardPointsResponse.md",
"documentation/models/RedeemBodyModel.md",
"documentation/models/InteractionModel.md",
"documentation/models/InteractionPage.md",
"documentation/models/InteractionCreateResponse.md",
"documentation/models/InteractionSchemaWithoutJsonModel.md",
"documentation/models/InteractionSchemaResponse.md",
"documentation/models/InteractionSchemaModel.md",
"documentation/models/StockLevelRequest.md",
"documentation/models/SubscriptionRequest.md",
"documentation/models/SubscriptionResponse.md",
"documentation/models/MemberStatusModel.md",
"documentation/models/Order.md",
"documentation/models/PointAccountModel.md",
"documentation/models/PointDefinitionModel.md",
"documentation/models/PointTransactionModel.md",
"documentation/models/PointAccountModelsResult.md",
"documentation/models/PointTransactionModelsResult.md",
"documentation/models/PointAccountPointTransactions2Filter.md",
"documentation/models/PointTransactionToAccount.md",
"documentation/models/PointTransactionToAccountResultModel.md",
"documentation/models/PagedResultOfAllLoyaltyBarClaimModel.md",
"documentation/models/PagedResultOfAvailableLoyaltyBarClaimModel.md",
"documentation/models/RedeemedLoyaltyBarClaimModel.md",
"documentation/models/PromotionValidityModel.md",
"documentation/models/MultichannelBasePromotionModel.md",
"documentation/models/SendSmsRequest.md",
"documentation/models/SendSmsResponse.md",
"documentation/models/ApiStore.md",
"documentation/models/IdName.md",
"documentation/models/CartApiModel.md",
"documentation/models/OkResult.md",
"documentation/models/ProductViewApiModel.md",
"documentation/models/Receipt.md",
"documentation/models/ImportTransactionsObject.md",
"documentation/models/ApiAchievementDefinition.md",
"documentation/models/EnrichmentVariable.md",
"documentation/models/AllBonusCheckModel.md",
"documentation/models/AvailableBonusCheckModel.md",
"documentation/models/IHypermediaLink.md",
"documentation/models/IApiConsent.md",
"documentation/models/ApiMessage.md",
"documentation/models/TransactionItem.md",
"documentation/models/HypermediaLink.md",
"documentation/models/InteractionCreateResponseSelf.md",
"documentation/models/InteractionSchemaResponseSelf.md",
"documentation/models/TaxDetail.md",
"documentation/models/OrderPaymentMethod.md",
"documentation/models/OrderFee.md",
"documentation/models/OrderItemDiscount.md",
"documentation/models/UnregisteredFromOnlineRegisterInformation.md",
"documentation/models/AllLoyaltyBarClaimModel.md",
"documentation/models/AvailableLoyaltyBarClaimModel.md",
"documentation/models/PromotionBasicPresentationModel.md",
"documentation/models/CartItemApiModel.md",
"documentation/models/Utm.md",
"documentation/models/ReceiptTaxDetail.md",
"documentation/models/ReceiptPaymentMethod.md",
"documentation/models/ReceiptUsedBonusCheck.md",
"documentation/models/ReceiptUsedPromotion.md",
"documentation/models/ReceiptExtraDataItem.md",
"documentation/models/ReceiptItemDiscount.md",
".devcontainer/devcontainer.json",
"VoyadoEngage/Http/ApiException.cs",
"VoyadoEngage/Http/HttpResponseMessageExtensions.ejs';}.cs",
"VoyadoEngage/Services/TransactionsService.cs",
"VoyadoEngage/Models/ApiAchievementValue.cs",
"VoyadoEngage/Models/PagedResultOfApiAchievementDefinition.cs",
"VoyadoEngage/Models/EnrichmentVariableGroup.cs",
"VoyadoEngage/Models/PagedResultOfAllBonusCheckModel.cs",
"VoyadoEngage/Models/PagedResultOfRedeemedBonusCheckModel.cs",
"VoyadoEngage/Models/PagedResultOfAvailableBonusCheckModel.cs",
"VoyadoEngage/Models/RedeemedBonusCheckModel.cs",
"VoyadoEngage/Models/ChallengeDefinitionModelsResult.cs",
"VoyadoEngage/Models/ChallengeGetChallengeDefinitionsStatus.cs",
"VoyadoEngage/Models/ChallengeAssignmentModelsResult.cs",
"VoyadoEngage/Models/ChallengeGetChallengesFilter.cs",
"VoyadoEngage/Models/ChallengeCheckPointDto.cs",
"VoyadoEngage/Models/AddCheckpointToChallengeAssignmentResult.cs",
"VoyadoEngage/Models/ApiConsentDefinition.cs",
"VoyadoEngage/Models/IApiContact.cs",
"VoyadoEngage/Models/ProductRecommendationsModel.cs",
"VoyadoEngage/Models/PurchaseHistorySummary.cs",
"VoyadoEngage/Models/ListResultOfApiMessage.cs",
"VoyadoEngage/Models/PagedResultOfApiMessage.cs",
"VoyadoEngage/Models/PagedResultOfTransactionItem.cs",
"VoyadoEngage/Models/PagedResultOfBonusPointTransactionModel.cs",
"VoyadoEngage/Models/ChangeType.cs",
"VoyadoEngage/Models/ApiPromotionModel.cs",
"VoyadoEngage/Models/BoolRequest.cs",
"VoyadoEngage/Models/ApiAdjustRewardPoints.cs",
"VoyadoEngage/Models/ApiAdjustRewardPointsResponse.cs",
"VoyadoEngage/Models/RedeemBodyModel.cs",
"VoyadoEngage/Models/InteractionModel.cs",
"VoyadoEngage/Models/InteractionPage.cs",
"VoyadoEngage/Models/InteractionCreateResponse.cs",
"VoyadoEngage/Models/InteractionSchemaWithoutJsonModel.cs",
"VoyadoEngage/Models/InteractionSchemaResponse.cs",
"VoyadoEngage/Models/InteractionSchemaModel.cs",
"VoyadoEngage/Models/StockLevelRequest.cs",
"VoyadoEngage/Models/SubscriptionRequest.cs",
"VoyadoEngage/Models/SubscriptionResponse.cs",
"VoyadoEngage/Models/MemberStatusModel.cs",
"VoyadoEngage/Models/Order.cs",
"VoyadoEngage/Models/PointAccountModel.cs",
"VoyadoEngage/Models/PointDefinitionModel.cs",
"VoyadoEngage/Models/PointTransactionModel.cs",
"VoyadoEngage/Models/PointAccountModelsResult.cs",
"VoyadoEngage/Models/PointTransactionModelsResult.cs",
"VoyadoEngage/Models/PointAccountPointTransactions2Filter.cs",
"VoyadoEngage/Models/PointTransactionToAccount.cs",
"VoyadoEngage/Models/PointTransactionToAccountResultModel.cs",
"VoyadoEngage/Models/PagedResultOfAllLoyaltyBarClaimModel.cs",
"VoyadoEngage/Models/PagedResultOfAvailableLoyaltyBarClaimModel.cs",
"VoyadoEngage/Models/RedeemedLoyaltyBarClaimModel.cs",
"VoyadoEngage/Models/PromotionValidityModel.cs",
"VoyadoEngage/Models/MultichannelBasePromotionModel.cs",
"VoyadoEngage/Models/SendSmsRequest.cs",
"VoyadoEngage/Models/SendSmsResponse.cs",
"VoyadoEngage/Models/ApiStore.cs",
"VoyadoEngage/Models/IdName.cs",
"VoyadoEngage/Models/CartApiModel.cs",
"VoyadoEngage/Models/OkResult.cs",
"VoyadoEngage/Models/ProductViewApiModel.cs",
"VoyadoEngage/Models/Receipt.cs",
"VoyadoEngage/Models/ImportTransactionsObject.cs",
"VoyadoEngage/Models/ApiAchievementDefinition.cs",
"VoyadoEngage/Models/EnrichmentVariable.cs",
"VoyadoEngage/Models/AllBonusCheckModel.cs",
"VoyadoEngage/Models/AvailableBonusCheckModel.cs",
"VoyadoEngage/Models/IHypermediaLink.cs",
"VoyadoEngage/Models/IApiConsent.cs",
"VoyadoEngage/Models/ApiMessage.cs",
"VoyadoEngage/Models/TransactionItem.cs",
"VoyadoEngage/Models/HypermediaLink.cs",
"VoyadoEngage/Models/InteractionCreateResponseSelf.cs",
"VoyadoEngage/Models/InteractionSchemaResponseSelf.cs",
"VoyadoEngage/Models/TaxDetail.cs",
"VoyadoEngage/Models/OrderPaymentMethod.cs",
"VoyadoEngage/Models/OrderFee.cs",
"VoyadoEngage/Models/OrderItemDiscount.cs",
"VoyadoEngage/Models/UnregisteredFromOnlineRegisterInformation.cs",
"VoyadoEngage/Models/AllLoyaltyBarClaimModel.cs",
"VoyadoEngage/Models/AvailableLoyaltyBarClaimModel.cs",
"VoyadoEngage/Models/PromotionBasicPresentationModel.cs",
"VoyadoEngage/Models/CartItemApiModel.cs",
"VoyadoEngage/Models/Utm.cs",
"VoyadoEngage/Models/ReceiptTaxDetail.cs",
"VoyadoEngage/Models/ReceiptPaymentMethod.cs",
"VoyadoEngage/Models/ReceiptUsedBonusCheck.cs",
"VoyadoEngage/Models/ReceiptUsedPromotion.cs",
"VoyadoEngage/Models/ReceiptExtraDataItem.cs",
"VoyadoEngage/Models/ReceiptItemDiscount.cs",
"documentation/models/ChallengeAssignmentModel.md",
"documentation/models/StatusCodeResult.md",
"documentation/models/ContactSearchResult.md",
"documentation/models/MultichannelPromotionModel.md",
"documentation/models/BonusPointTransactionModel.md",
"documentation/models/OrderContact.md",
"documentation/models/OrderItem.md",
"documentation/models/AssignDateRange.md",
"documentation/models/ReceiptContact.md",
"documentation/models/ReceiptItem.md",
"documentation/services/BisnodeService.md",
"documentation/services/ConsentsService.md",
"documentation/services/ContactoverviewService.md",
"documentation/services/MemberstatusService.md",
"documentation/services/OrdersService.md",
"documentation/services/PersonlookupService.md",
"documentation/services/SmsService.md",
"documentation/services/TargetAudiencesService.md",
"documentation/models/ChallengeDefinitionModel.md",
"documentation/models/ApiPromotionRedemptionChannelModel.md",
"documentation/models/MultichannelPromotionRedemptionChannelModel.md",
"VoyadoEngage/Services/AchievementsService.cs",
"VoyadoEngage/Services/AutomationService.cs",
"VoyadoEngage/Services/BonuschecksService.cs",
"VoyadoEngage/Services/InteractionsService.cs",
"VoyadoEngage/Services/InteractionschemasService.cs",
"VoyadoEngage/Services/InventoryService.cs",
"VoyadoEngage/Services/StoresService.cs",
"VoyadoEngage/Services/TrackingService.cs",
"VoyadoEngage/Models/ChallengeAssignmentModel.cs",
"VoyadoEngage/Models/StatusCodeResult.cs",
"VoyadoEngage/Models/ContactSearchResult.cs",
"VoyadoEngage/Models/MultichannelPromotionModel.cs",
"VoyadoEngage/Models/BonusPointTransactionModel.cs",
"VoyadoEngage/Models/OrderContact.cs",
"VoyadoEngage/Models/OrderItem.cs",
"VoyadoEngage/Models/AssignDateRange.cs",
"VoyadoEngage/Models/ReceiptContact.cs",
"VoyadoEngage/Models/ReceiptItem.cs",
"documentation/services/TransactionsService.md",
"VoyadoEngage/Services/ChallengesService.cs",
"VoyadoEngage/Models/ChallengeDefinitionModel.cs",
"VoyadoEngage/Models/ApiPromotionRedemptionChannelModel.cs",
"VoyadoEngage/Models/MultichannelPromotionRedemptionChannelModel.cs",
"documentation/services/AchievementsService.md",
"documentation/services/AutomationService.md",
"documentation/services/BonuschecksService.md",
"documentation/services/InteractionsService.md",
"documentation/services/InteractionschemasService.md",
"documentation/services/InventoryService.md",
"documentation/services/StoresService.md",
"documentation/services/TrackingService.md",
"VoyadoEngage/Services/PointAccountsService.cs",
"documentation/services/ChallengesService.md",
"VoyadoEngage/Services/PosoffersService.cs",
"documentation/services/PointAccountsService.md",
"README.md",
"VoyadoEngage/Services/PromotionsService.cs",
"documentation/services/PosoffersService.md",
"documentation/services/PromotionsService.md",
"VoyadoEngage/Services/ContactsService.cs",
"documentation/services/ContactsService.md"
]
}