@gobodo/gobodo-api-promise 0.1.215 → 0.1.216
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -10
- package/dist/.tsbuildinfo +1 -1
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/AIApi.d.ts +59 -171
- package/dist/api/AIApi.d.ts.map +1 -1
- package/dist/api/AIApi.js +8 -195
- package/dist/api/AIConversationsApi.d.ts +53 -171
- package/dist/api/AIConversationsApi.d.ts.map +1 -1
- package/dist/api/AIConversationsApi.js +10 -199
- package/dist/api/AbilitiesApi.d.ts +16 -52
- package/dist/api/AbilitiesApi.d.ts.map +1 -1
- package/dist/api/AbilitiesApi.js +4 -61
- package/dist/api/AdCampaignsApi.d.ts +40 -120
- package/dist/api/AdCampaignsApi.d.ts.map +1 -1
- package/dist/api/AdCampaignsApi.js +9 -143
- package/dist/api/AdManagementApi.d.ts +67 -205
- package/dist/api/AdManagementApi.d.ts.map +1 -1
- package/dist/api/AdManagementApi.js +14 -243
- package/dist/api/AdminDataManagementApi.d.ts +6 -18
- package/dist/api/AdminDataManagementApi.d.ts.map +1 -1
- package/dist/api/AdminDataManagementApi.js +3 -23
- package/dist/api/AdminRequestLogConfigApi.d.ts +85 -0
- package/dist/api/AdminRequestLogConfigApi.d.ts.map +1 -0
- package/dist/api/AdminRequestLogConfigApi.js +162 -0
- package/dist/api/AdsApi.d.ts +28 -86
- package/dist/api/AdsApi.d.ts.map +1 -1
- package/dist/api/AdsApi.js +7 -103
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/BatchApi.d.ts +103 -256
- package/dist/api/BatchApi.d.ts.map +1 -1
- package/dist/api/BatchApi.js +9 -287
- package/dist/api/CategoriesApi.d.ts +37 -120
- package/dist/api/CategoriesApi.d.ts.map +1 -1
- package/dist/api/CategoriesApi.js +9 -143
- package/dist/api/CircleAccountsApi.d.ts +56 -171
- package/dist/api/CircleAccountsApi.d.ts.map +1 -1
- package/dist/api/CircleAccountsApi.js +12 -203
- package/dist/api/CommentsApi.d.ts +63 -188
- package/dist/api/CommentsApi.d.ts.map +1 -1
- package/dist/api/CommentsApi.js +8 -213
- package/dist/api/ContentManagementApi.d.ts +144 -477
- package/dist/api/ContentManagementApi.d.ts.map +1 -1
- package/dist/api/ContentManagementApi.js +30 -563
- package/dist/api/ConversationsApi.d.ts +42 -120
- package/dist/api/ConversationsApi.d.ts.map +1 -1
- package/dist/api/ConversationsApi.js +7 -139
- package/dist/api/CurrencyApi.d.ts +44 -137
- package/dist/api/CurrencyApi.d.ts.map +1 -1
- package/dist/api/CurrencyApi.js +9 -161
- package/dist/api/DataSheetImportsApi.d.ts +79 -256
- package/dist/api/DataSheetImportsApi.d.ts.map +1 -1
- package/dist/api/DataSheetImportsApi.js +17 -303
- package/dist/api/DataSyncApi.d.ts +46 -154
- package/dist/api/DataSyncApi.d.ts.map +1 -1
- package/dist/api/DataSyncApi.js +11 -183
- package/dist/api/DefaultApi.d.ts +66 -188
- package/dist/api/DefaultApi.d.ts.map +1 -1
- package/dist/api/DefaultApi.js +13 -223
- package/dist/api/DocumentPartTypesApi.d.ts +12 -35
- package/dist/api/DocumentPartTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentPartTypesApi.js +4 -43
- package/dist/api/DocumentTypesApi.d.ts +12 -35
- package/dist/api/DocumentTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentTypesApi.js +4 -43
- package/dist/api/DocumentsApi.d.ts +84 -239
- package/dist/api/DocumentsApi.d.ts.map +1 -1
- package/dist/api/DocumentsApi.js +14 -279
- package/dist/api/DynamoDBSyncApi.d.ts +7 -18
- package/dist/api/DynamoDBSyncApi.d.ts.map +1 -1
- package/dist/api/DynamoDBSyncApi.js +2 -21
- package/dist/api/EmailApi.d.ts +6 -18
- package/dist/api/EmailApi.d.ts.map +1 -1
- package/dist/api/EmailApi.js +3 -23
- package/dist/api/EmailsApi.d.ts +21 -69
- package/dist/api/EmailsApi.d.ts.map +1 -1
- package/dist/api/EmailsApi.js +6 -83
- package/dist/api/EntryPartsApi.d.ts +61 -205
- package/dist/api/EntryPartsApi.d.ts.map +1 -1
- package/dist/api/EntryPartsApi.js +14 -243
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +95 -263
- package/dist/api/FieldsApi.d.ts.map +1 -1
- package/dist/api/FieldsApi.js +52 -314
- package/dist/api/FilesApi.d.ts +60 -103
- package/dist/api/FilesApi.d.ts.map +1 -1
- package/dist/api/FilesApi.js +8 -116
- package/dist/api/FormsApi.d.ts +71 -239
- package/dist/api/FormsApi.d.ts.map +1 -1
- package/dist/api/FormsApi.js +16 -283
- package/dist/api/FunctionsApi.d.ts +134 -443
- package/dist/api/FunctionsApi.d.ts.map +1 -1
- package/dist/api/FunctionsApi.js +25 -517
- package/dist/api/GeocodeApi.d.ts +16 -52
- package/dist/api/GeocodeApi.d.ts.map +1 -1
- package/dist/api/GeocodeApi.js +5 -63
- package/dist/api/GobodoManagementApi.d.ts +159 -307
- package/dist/api/GobodoManagementApi.d.ts.map +1 -1
- package/dist/api/GobodoManagementApi.js +148 -363
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +120 -349
- package/dist/api/GraphActionTypesApi.d.ts.map +1 -1
- package/dist/api/GraphActionTypesApi.js +30 -404
- package/dist/api/GraphActionsApi.d.ts +151 -324
- package/dist/api/GraphActionsApi.d.ts.map +1 -1
- package/dist/api/GraphActionsApi.js +7 -355
- package/dist/api/GraphObjectPermissionsApi.d.ts +61 -171
- package/dist/api/GraphObjectPermissionsApi.d.ts.map +1 -1
- package/dist/api/GraphObjectPermissionsApi.js +8 -195
- package/dist/api/GraphObjectTypesApi.d.ts +213 -621
- package/dist/api/GraphObjectTypesApi.d.ts.map +1 -1
- package/dist/api/GraphObjectTypesApi.js +42 -716
- package/dist/api/GraphObjectsApi.d.ts +492 -1076
- package/dist/api/GraphObjectsApi.d.ts.map +1 -1
- package/dist/api/GraphObjectsApi.js +16 -1161
- package/dist/api/GraphRelationshipTypesApi.d.ts +181 -485
- package/dist/api/GraphRelationshipTypesApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipTypesApi.js +35 -558
- package/dist/api/GraphRelationshipsApi.d.ts +237 -511
- package/dist/api/GraphRelationshipsApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipsApi.js +6 -551
- package/dist/api/GraphSchemasApi.d.ts +123 -375
- package/dist/api/GraphSchemasApi.d.ts.map +1 -1
- package/dist/api/GraphSchemasApi.js +20 -435
- package/dist/api/GraphTraversalApi.d.ts +95 -149
- package/dist/api/GraphTraversalApi.d.ts.map +1 -1
- package/dist/api/GraphTraversalApi.js +16 -163
- package/dist/api/GraphsApi.d.ts +184 -528
- package/dist/api/GraphsApi.d.ts.map +1 -1
- package/dist/api/GraphsApi.js +26 -609
- package/dist/api/GroupsApi.d.ts +11 -11
- package/dist/api/IAMApi.d.ts +23 -69
- package/dist/api/IAMApi.d.ts.map +1 -1
- package/dist/api/IAMApi.js +6 -83
- package/dist/api/ImagesApi.d.ts +60 -103
- package/dist/api/ImagesApi.d.ts.map +1 -1
- package/dist/api/ImagesApi.js +8 -116
- package/dist/api/InvitesApi.d.ts +26 -86
- package/dist/api/InvitesApi.d.ts.map +1 -1
- package/dist/api/InvitesApi.js +7 -103
- package/dist/api/LaunchTemplatesApi.d.ts +103 -273
- package/dist/api/LaunchTemplatesApi.d.ts.map +1 -1
- package/dist/api/LaunchTemplatesApi.js +13 -313
- package/dist/api/LikesApi.d.ts +66 -222
- package/dist/api/LikesApi.d.ts.map +1 -1
- package/dist/api/LikesApi.js +15 -263
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LinksApi.d.ts +53 -154
- package/dist/api/LinksApi.d.ts.map +1 -1
- package/dist/api/LinksApi.js +8 -177
- package/dist/api/LiveMeetingsApi.d.ts +11 -35
- package/dist/api/LiveMeetingsApi.d.ts.map +1 -1
- package/dist/api/LiveMeetingsApi.js +4 -43
- package/dist/api/MeetingEventsApi.d.ts +176 -409
- package/dist/api/MeetingEventsApi.d.ts.map +1 -1
- package/dist/api/MeetingEventsApi.js +13 -457
- package/dist/api/MenuItemsApi.d.ts +32 -103
- package/dist/api/MenuItemsApi.d.ts.map +1 -1
- package/dist/api/MenuItemsApi.js +7 -121
- package/dist/api/MenusApi.d.ts +32 -103
- package/dist/api/MenusApi.d.ts.map +1 -1
- package/dist/api/MenusApi.js +7 -121
- package/dist/api/NotificationsApi.d.ts +77 -239
- package/dist/api/NotificationsApi.d.ts.map +1 -1
- package/dist/api/NotificationsApi.js +13 -277
- package/dist/api/PageLayoutsApi.d.ts +45 -103
- package/dist/api/PageLayoutsApi.d.ts.map +1 -1
- package/dist/api/PageLayoutsApi.js +5 -117
- package/dist/api/PagesApi.d.ts +114 -307
- package/dist/api/PagesApi.d.ts.map +1 -1
- package/dist/api/PagesApi.js +15 -353
- package/dist/api/PasswordResetApi.d.ts +1 -1
- package/dist/api/PasswordResetApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +29 -86
- package/dist/api/PhoneNumbersApi.d.ts.map +1 -1
- package/dist/api/PhoneNumbersApi.js +7 -103
- package/dist/api/PostsApi.d.ts +55 -154
- package/dist/api/PostsApi.d.ts.map +1 -1
- package/dist/api/PostsApi.js +7 -175
- package/dist/api/PrivateMessagesApi.d.ts +72 -222
- package/dist/api/PrivateMessagesApi.d.ts.map +1 -1
- package/dist/api/PrivateMessagesApi.js +13 -259
- package/dist/api/ProxyServersApi.d.ts +89 -239
- package/dist/api/ProxyServersApi.d.ts.map +1 -1
- package/dist/api/ProxyServersApi.js +9 -269
- package/dist/api/PublicationsApi.d.ts +55 -154
- package/dist/api/PublicationsApi.d.ts.map +1 -1
- package/dist/api/PublicationsApi.js +7 -175
- package/dist/api/RequestLogsApi.d.ts +198 -0
- package/dist/api/RequestLogsApi.d.ts.map +1 -0
- package/dist/api/RequestLogsApi.js +332 -0
- package/dist/api/RestApplicationsApi.d.ts +66 -205
- package/dist/api/RestApplicationsApi.d.ts.map +1 -1
- package/dist/api/RestApplicationsApi.js +12 -239
- package/dist/api/SchemaViewsApi.d.ts +29 -86
- package/dist/api/SchemaViewsApi.d.ts.map +1 -1
- package/dist/api/SchemaViewsApi.js +6 -101
- package/dist/api/ScreensApi.d.ts +11 -35
- package/dist/api/ScreensApi.d.ts.map +1 -1
- package/dist/api/ScreensApi.js +4 -43
- package/dist/api/SearchApi.d.ts +122 -103
- package/dist/api/SearchApi.d.ts.map +1 -1
- package/dist/api/SearchApi.js +2 -111
- package/dist/api/SitesApi.d.ts +106 -324
- package/dist/api/SitesApi.d.ts.map +1 -1
- package/dist/api/SitesApi.js +18 -377
- package/dist/api/SocialGroupsApi.d.ts +124 -341
- package/dist/api/SocialGroupsApi.d.ts.map +1 -1
- package/dist/api/SocialGroupsApi.js +16 -391
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/SquareAccountsApi.d.ts +17 -52
- package/dist/api/SquareAccountsApi.d.ts.map +1 -1
- package/dist/api/SquareAccountsApi.js +5 -63
- package/dist/api/StripeAccountsApi.d.ts +483 -1565
- package/dist/api/StripeAccountsApi.d.ts.map +1 -1
- package/dist/api/StripeAccountsApi.js +3812 -1402
- package/dist/api/TabDefinitionsApi.d.ts +21 -69
- package/dist/api/TabDefinitionsApi.d.ts.map +1 -1
- package/dist/api/TabDefinitionsApi.js +6 -83
- package/dist/api/TabSetsApi.d.ts +49 -120
- package/dist/api/TabSetsApi.d.ts.map +1 -1
- package/dist/api/TabSetsApi.js +7 -139
- package/dist/api/TemplatesApi.d.ts +46 -154
- package/dist/api/TemplatesApi.d.ts.map +1 -1
- package/dist/api/TemplatesApi.js +11 -183
- package/dist/api/ThemeMappingsApi.d.ts +44 -137
- package/dist/api/ThemeMappingsApi.d.ts.map +1 -1
- package/dist/api/ThemeMappingsApi.js +9 -161
- package/dist/api/TopicsApi.d.ts +56 -188
- package/dist/api/TopicsApi.d.ts.map +1 -1
- package/dist/api/TopicsApi.js +13 -223
- package/dist/api/TransactionsApi.d.ts +3 -9
- package/dist/api/TransactionsApi.d.ts.map +1 -1
- package/dist/api/TransactionsApi.js +7 -13
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/URLMappingsApi.d.ts +41 -137
- package/dist/api/URLMappingsApi.d.ts.map +1 -1
- package/dist/api/URLMappingsApi.js +8 -159
- package/dist/api/UserManagerAdministrationApi.d.ts +136 -460
- package/dist/api/UserManagerAdministrationApi.d.ts.map +1 -1
- package/dist/api/UserManagerAdministrationApi.js +29 -543
- package/dist/api/UserTagsApi.d.ts +16 -52
- package/dist/api/UserTagsApi.d.ts.map +1 -1
- package/dist/api/UserTagsApi.js +5 -63
- package/dist/api/UsersApi.d.ts +105 -273
- package/dist/api/UsersApi.d.ts.map +1 -1
- package/dist/api/UsersApi.js +15 -310
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +75 -171
- package/dist/api/VideosApi.d.ts.map +1 -1
- package/dist/api/VideosApi.js +9 -197
- package/dist/api/ViewsApi.d.ts +26 -86
- package/dist/api/ViewsApi.d.ts.map +1 -1
- package/dist/api/ViewsApi.js +7 -103
- package/dist/api/WalletsApi.d.ts +131 -290
- package/dist/api/WalletsApi.d.ts.map +1 -1
- package/dist/api/WalletsApi.js +61 -340
- package/dist/api/WidgetsApi.d.ts +64 -205
- package/dist/api/WidgetsApi.d.ts.map +1 -1
- package/dist/api/WidgetsApi.js +13 -241
- package/dist/index.d.ts +8 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +49 -14
- package/dist/model/AIPromptRequest.d.ts +1 -1
- package/dist/model/AIPromptRequest.js +2 -2
- package/dist/model/AIPromptResponse.d.ts +1 -1
- package/dist/model/AIPromptResponse.js +2 -2
- package/dist/model/AIProviderConfigInfo.d.ts +1 -1
- package/dist/model/AIProviderConfigInfo.js +2 -2
- package/dist/model/AITenantConfigRequest.d.ts +1 -1
- package/dist/model/AITenantConfigRequest.js +2 -2
- package/dist/model/AITenantConfigResponse.d.ts +1 -1
- package/dist/model/AITenantConfigResponse.js +2 -2
- package/dist/model/APIClient.d.ts +19 -19
- package/dist/model/APIClient.d.ts.map +1 -1
- package/dist/model/APIClient.js +62 -62
- package/dist/model/Aba.d.ts +1 -1
- package/dist/model/Aba.js +2 -2
- package/dist/model/AbilityResponse.d.ts +1 -1
- package/dist/model/AbilityResponse.js +2 -2
- package/dist/model/Account.d.ts +1 -1
- package/dist/model/Account.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +1 -1
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +1 -1
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/AchCreditTransfer.d.ts +1 -1
- package/dist/model/AchCreditTransfer.js +2 -2
- package/dist/model/AchDebit.d.ts +1 -1
- package/dist/model/AchDebit.js +2 -2
- package/dist/model/AcssDebit.d.ts +1 -1
- package/dist/model/AcssDebit.js +2 -2
- package/dist/model/AddInvoiceItem.d.ts +1 -1
- package/dist/model/AddInvoiceItem.js +2 -2
- package/dist/model/AddMembersInput.d.ts +1 -1
- package/dist/model/AddMembersInput.js +2 -2
- package/dist/model/AdditionalDocument.d.ts +1 -1
- package/dist/model/AdditionalDocument.js +2 -2
- package/dist/model/AdditionalTosAcceptances.d.ts +1 -1
- package/dist/model/AdditionalTosAcceptances.js +2 -2
- package/dist/model/Address.d.ts +1 -1
- package/dist/model/Address.js +2 -2
- package/dist/model/AddressKana.d.ts +1 -1
- package/dist/model/AddressKana.js +2 -2
- package/dist/model/AddressKanji.d.ts +1 -1
- package/dist/model/AddressKanji.js +2 -2
- package/dist/model/AddressResponse.d.ts +1 -1
- package/dist/model/AddressResponse.js +2 -2
- package/dist/model/Affirm.d.ts +1 -1
- package/dist/model/Affirm.js +2 -2
- package/dist/model/AfterCompletion.d.ts +1 -1
- package/dist/model/AfterCompletion.js +2 -2
- package/dist/model/AfterExpiration.d.ts +1 -1
- package/dist/model/AfterExpiration.js +2 -2
- package/dist/model/AfterpayClearpay.d.ts +1 -1
- package/dist/model/AfterpayClearpay.js +2 -2
- package/dist/model/Alipay.d.ts +1 -1
- package/dist/model/Alipay.js +2 -2
- package/dist/model/AlipayHandleRedirect.d.ts +1 -1
- package/dist/model/AlipayHandleRedirect.js +2 -2
- package/dist/model/Alternative.d.ts +1 -1
- package/dist/model/Alternative.js +2 -2
- package/dist/model/AmexExpressCheckout.d.ts +1 -1
- package/dist/model/AmexExpressCheckout.js +2 -2
- package/dist/model/AmountDetails.d.ts +1 -1
- package/dist/model/AmountDetails.js +2 -2
- package/dist/model/ApplePay.d.ts +1 -1
- package/dist/model/ApplePay.js +2 -2
- package/dist/model/Application.d.ts +1 -1
- package/dist/model/Application.js +2 -2
- package/dist/model/ApplicationFee.d.ts +10 -10
- package/dist/model/ApplicationFee.d.ts.map +1 -1
- package/dist/model/ApplicationFee.js +32 -32
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/AppliesTo.d.ts +1 -1
- package/dist/model/AppliesTo.js +2 -2
- package/dist/model/Article.d.ts +31 -31
- package/dist/model/Article.d.ts.map +1 -1
- package/dist/model/Article.js +87 -87
- package/dist/model/AttachmentData.d.ts +1 -1
- package/dist/model/AttachmentData.js +2 -2
- package/dist/model/AuBecsDebit.d.ts +1 -1
- package/dist/model/AuBecsDebit.js +2 -2
- package/dist/model/Auth0ConfigInput.d.ts +1 -1
- package/dist/model/Auth0ConfigInput.js +2 -2
- package/dist/model/Auth0ConfigResponse.d.ts +1 -1
- package/dist/model/Auth0ConfigResponse.js +2 -2
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AuthorizationCheckResponse.d.ts +1 -1
- package/dist/model/AuthorizationCheckResponse.js +2 -2
- package/dist/model/AutomaticPaymentMethods.d.ts +1 -1
- package/dist/model/AutomaticPaymentMethods.js +2 -2
- package/dist/model/AutomaticTax.d.ts +1 -1
- package/dist/model/AutomaticTax.js +2 -2
- package/dist/model/AvailablePlan.d.ts +1 -1
- package/dist/model/AvailablePlan.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/BacsDebit.d.ts +1 -1
- package/dist/model/BacsDebit.js +2 -2
- package/dist/model/BacsDebitPayments.d.ts +1 -1
- package/dist/model/BacsDebitPayments.js +2 -2
- package/dist/model/Balance.d.ts +19 -19
- package/dist/model/Balance.d.ts.map +1 -1
- package/dist/model/Balance.js +73 -73
- package/dist/model/BalanceDetails.d.ts +1 -1
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +1 -1
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BalanceTransaction.d.ts +1 -1
- package/dist/model/BalanceTransaction.js +2 -2
- package/dist/model/BalanceTransactionSource.d.ts +1 -1
- package/dist/model/BalanceTransactionSource.js +2 -2
- package/dist/model/Bancontact.d.ts +1 -1
- package/dist/model/Bancontact.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/BankTransfer.d.ts +1 -1
- package/dist/model/BankTransfer.js +2 -2
- package/dist/model/Base64AttachmentUpload.d.ts +22 -1
- package/dist/model/Base64AttachmentUpload.d.ts.map +1 -1
- package/dist/model/Base64AttachmentUpload.js +82 -2
- package/dist/model/Base64ImageUpload.d.ts +22 -1
- package/dist/model/Base64ImageUpload.d.ts.map +1 -1
- package/dist/model/Base64ImageUpload.js +82 -2
- package/dist/model/Base64ImportUpload.d.ts +1 -1
- package/dist/model/Base64ImportUpload.js +2 -2
- package/dist/model/Base64Upload.d.ts +1 -1
- package/dist/model/Base64Upload.js +2 -2
- package/dist/model/Base64VideoUpload.d.ts +1 -1
- package/dist/model/Base64VideoUpload.js +2 -2
- package/dist/model/BatchExecuteResult.d.ts +1 -1
- package/dist/model/BatchExecuteResult.js +2 -2
- package/dist/model/BatchExecutionListResponse.d.ts +1 -1
- package/dist/model/BatchExecutionListResponse.js +2 -2
- package/dist/model/BatchExecutionResponse.d.ts +1 -1
- package/dist/model/BatchExecutionResponse.js +2 -2
- package/dist/model/BatchExecutionSummaryResponse.d.ts +1 -1
- package/dist/model/BatchExecutionSummaryResponse.js +2 -2
- package/dist/model/BatchFailedRecordResponse.d.ts +1 -1
- package/dist/model/BatchFailedRecordResponse.js +2 -2
- package/dist/model/BatchOperationDetailResponse.d.ts +1 -1
- package/dist/model/BatchOperationDetailResponse.js +2 -2
- package/dist/model/BatchOperationListResponse.d.ts +1 -1
- package/dist/model/BatchOperationListResponse.js +2 -2
- package/dist/model/BatchOperationResponse.d.ts +1 -1
- package/dist/model/BatchOperationResponse.js +2 -2
- package/dist/model/BatchOperationSummaryResponse.d.ts +1 -1
- package/dist/model/BatchOperationSummaryResponse.js +2 -2
- package/dist/model/BatchStartInput.d.ts +1 -1
- package/dist/model/BatchStartInput.js +2 -2
- package/dist/model/BatchStartResponse.d.ts +1 -1
- package/dist/model/BatchStartResponse.js +2 -2
- package/dist/model/BatchUpdateInput.d.ts +1 -1
- package/dist/model/BatchUpdateInput.js +2 -2
- package/dist/model/BillingDetails.d.ts +1 -1
- package/dist/model/BillingDetails.js +2 -2
- package/dist/model/BillingThresholds.d.ts +1 -1
- package/dist/model/BillingThresholds.js +2 -2
- package/dist/model/Blik.d.ts +1 -1
- package/dist/model/Blik.js +2 -2
- package/dist/model/Blocked.d.ts +1 -1
- package/dist/model/Blocked.js +2 -2
- package/dist/model/BlogPostResponse.d.ts +1 -1
- package/dist/model/BlogPostResponse.js +2 -2
- package/dist/model/Boleto.d.ts +1 -1
- package/dist/model/Boleto.js +2 -2
- package/dist/model/BoletoDisplayDetails.d.ts +1 -1
- package/dist/model/BoletoDisplayDetails.js +2 -2
- package/dist/model/Branding.d.ts +1 -1
- package/dist/model/Branding.js +2 -2
- package/dist/model/Breakdown.d.ts +1 -1
- package/dist/model/Breakdown.js +2 -2
- package/dist/model/BulkUpsertActionPayload.d.ts +1 -1
- package/dist/model/BulkUpsertActionPayload.js +2 -2
- package/dist/model/BulkUpsertRelationshipPayload.d.ts +1 -1
- package/dist/model/BulkUpsertRelationshipPayload.js +2 -2
- package/dist/model/BusinessProfile.d.ts +1 -1
- package/dist/model/BusinessProfile.js +2 -2
- package/dist/model/CancellationDetails.d.ts +1 -1
- package/dist/model/CancellationDetails.js +2 -2
- package/dist/model/Capabilities.d.ts +1 -1
- package/dist/model/Capabilities.js +2 -2
- package/dist/model/Card.d.ts +1 -1
- package/dist/model/Card.js +2 -2
- package/dist/model/CardAwaitNotification.d.ts +1 -1
- package/dist/model/CardAwaitNotification.js +2 -2
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/CardIssuing.d.ts +1 -1
- package/dist/model/CardIssuing.js +2 -2
- package/dist/model/CardPayments.d.ts +1 -1
- package/dist/model/CardPayments.js +2 -2
- package/dist/model/CardPresent.d.ts +1 -1
- package/dist/model/CardPresent.js +2 -2
- package/dist/model/CashBalance.d.ts +1 -1
- package/dist/model/CashBalance.js +2 -2
- package/dist/model/Cashapp.d.ts +1 -1
- package/dist/model/Cashapp.js +2 -2
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.d.ts +1 -1
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.js +2 -2
- package/dist/model/Charge.d.ts +19 -19
- package/dist/model/Charge.d.ts.map +1 -1
- package/dist/model/Charge.js +62 -62
- package/dist/model/CheckoutSessionInput.d.ts +1 -1
- package/dist/model/CheckoutSessionInput.js +2 -2
- package/dist/model/CheckoutSessionResponse.d.ts +1 -1
- package/dist/model/CheckoutSessionResponse.js +2 -2
- package/dist/model/Checks.d.ts +1 -1
- package/dist/model/Checks.js +2 -2
- package/dist/model/ClerkConfigInput.d.ts +1 -1
- package/dist/model/ClerkConfigInput.js +2 -2
- package/dist/model/ClerkConfigResponse.d.ts +1 -1
- package/dist/model/ClerkConfigResponse.js +2 -2
- package/dist/model/CognitoConfigInput.d.ts +1 -1
- package/dist/model/CognitoConfigInput.js +2 -2
- package/dist/model/CognitoConfigResponse.d.ts +1 -1
- package/dist/model/CognitoConfigResponse.js +2 -2
- package/dist/model/CommentInput.d.ts +1 -1
- package/dist/model/CommentInput.js +2 -2
- package/dist/model/CommentResponse.d.ts +1 -1
- package/dist/model/CommentResponse.js +2 -2
- package/dist/model/Company.d.ts +1 -1
- package/dist/model/Company.js +2 -2
- package/dist/model/CompletedSessions.d.ts +1 -1
- package/dist/model/CompletedSessions.js +2 -2
- package/dist/model/Computed.d.ts +1 -1
- package/dist/model/Computed.js +2 -2
- package/dist/model/Consent.d.ts +1 -1
- package/dist/model/Consent.js +2 -2
- package/dist/model/ConsentCollection.d.ts +1 -1
- package/dist/model/ConsentCollection.js +2 -2
- package/dist/model/ConsoleOrganizationInput.d.ts +1 -1
- package/dist/model/ConsoleOrganizationInput.js +2 -2
- package/dist/model/ConsoleOrganizationResponse.d.ts +1 -1
- package/dist/model/ConsoleOrganizationResponse.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +1 -1
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +1 -1
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Controller.d.ts +1 -1
- package/dist/model/Controller.js +2 -2
- package/dist/model/Coordinates.d.ts +1 -1
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/Coupon.d.ts +1 -1
- package/dist/model/Coupon.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateCircleAccountInput.d.ts +1 -1
- package/dist/model/CreateCircleAccountInput.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateOrphanStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateOrphanStripeCustomerInput.js +2 -2
- package/dist/model/CreatePayPalAccountInput.d.ts +1 -1
- package/dist/model/CreatePayPalAccountInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +1 -1
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +1 -1
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +1 -1
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CreditedItems.d.ts +1 -1
- package/dist/model/CreditedItems.js +2 -2
- package/dist/model/CurrencyConversion.d.ts +1 -1
- package/dist/model/CurrencyConversion.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +1 -1
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +1 -1
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +1 -1
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyOption.d.ts +1 -1
- package/dist/model/CurrencyOption.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettingsInput.d.ts +1 -1
- package/dist/model/CurrencySettingsInput.js +2 -2
- package/dist/model/CurrencySettingsResponse.d.ts +1 -1
- package/dist/model/CurrencySettingsResponse.js +2 -2
- package/dist/model/CurrentPhase.d.ts +1 -1
- package/dist/model/CurrentPhase.js +2 -2
- package/dist/model/CustomField.d.ts +1 -1
- package/dist/model/CustomField.js +2 -2
- package/dist/model/CustomText.d.ts +1 -1
- package/dist/model/CustomText.js +2 -2
- package/dist/model/CustomUnitAmount.d.ts +1 -1
- package/dist/model/CustomUnitAmount.js +2 -2
- package/dist/model/Customer.d.ts +1 -1
- package/dist/model/Customer.js +2 -2
- package/dist/model/CustomerAcceptance.d.ts +1 -1
- package/dist/model/CustomerAcceptance.js +2 -2
- package/dist/model/CustomerBalance.d.ts +1 -1
- package/dist/model/CustomerBalance.js +2 -2
- package/dist/model/CustomerDetails.d.ts +1 -1
- package/dist/model/CustomerDetails.js +2 -2
- package/dist/model/CustomerNotification.d.ts +1 -1
- package/dist/model/CustomerNotification.js +2 -2
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/CustomerTaxId.d.ts +1 -1
- package/dist/model/CustomerTaxId.js +2 -2
- package/dist/model/Dashboard.d.ts +1 -1
- package/dist/model/Dashboard.js +2 -2
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +28 -28
- package/dist/model/DataSheetImport.d.ts.map +1 -1
- package/dist/model/DataSheetImport.js +90 -90
- package/dist/model/DataSheetImportPrivacySettings.d.ts +1 -1
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +1 -1
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DataSyncInput.d.ts +1 -1
- package/dist/model/DataSyncInput.js +2 -2
- package/dist/model/DataSyncResponse.d.ts +1 -1
- package/dist/model/DataSyncResponse.js +2 -2
- package/dist/model/DeclineOn.d.ts +1 -1
- package/dist/model/DeclineOn.js +2 -2
- package/dist/model/DefaultSettings.d.ts +1 -1
- package/dist/model/DefaultSettings.js +2 -2
- package/dist/model/DeliveryEstimate.d.ts +1 -1
- package/dist/model/DeliveryEstimate.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Discount.d.ts +1 -1
- package/dist/model/Discount.js +2 -2
- package/dist/model/DiscountAmount.d.ts +1 -1
- package/dist/model/DiscountAmount.js +2 -2
- package/dist/model/DisplayBankTransferInstructions.d.ts +1 -1
- package/dist/model/DisplayBankTransferInstructions.js +2 -2
- package/dist/model/DisplayDetails.d.ts +1 -1
- package/dist/model/DisplayDetails.js +2 -2
- package/dist/model/Dob.d.ts +1 -1
- package/dist/model/Dob.js +2 -2
- package/dist/model/Document.d.ts +31 -31
- package/dist/model/Document.d.ts.map +1 -1
- package/dist/model/Document.js +87 -87
- package/dist/model/DocumentPart.d.ts +28 -28
- package/dist/model/DocumentPart.d.ts.map +1 -1
- package/dist/model/DocumentPart.js +81 -81
- package/dist/model/DocumentPartType.d.ts +19 -19
- package/dist/model/DocumentPartType.d.ts.map +1 -1
- package/dist/model/DocumentPartType.js +63 -63
- package/dist/model/DocumentType.d.ts +28 -28
- package/dist/model/DocumentType.d.ts.map +1 -1
- package/dist/model/DocumentType.js +83 -83
- package/dist/model/DomainCreateInput.d.ts +1 -1
- package/dist/model/DomainCreateInput.js +2 -2
- package/dist/model/DomainCreateResponse.d.ts +1 -1
- package/dist/model/DomainCreateResponse.js +2 -2
- package/dist/model/DomainMappingInput.d.ts +1 -1
- package/dist/model/DomainMappingInput.js +2 -2
- package/dist/model/DomainMappingResponse.d.ts +1 -1
- package/dist/model/DomainMappingResponse.js +2 -2
- package/dist/model/Dropdown.d.ts +1 -1
- package/dist/model/Dropdown.js +2 -2
- package/dist/model/EmailAddress.d.ts +17 -17
- package/dist/model/EmailAddress.d.ts.map +1 -1
- package/dist/model/EmailAddress.js +52 -52
- package/dist/model/EmailSent.d.ts +1 -1
- package/dist/model/EmailSent.js +2 -2
- package/dist/model/EndBehavior.d.ts +1 -1
- package/dist/model/EndBehavior.js +2 -2
- package/dist/model/Eps.d.ts +1 -1
- package/dist/model/Eps.js +2 -2
- package/dist/model/Errors.d.ts +1 -1
- package/dist/model/Errors.js +2 -2
- package/dist/model/EuBankTransfer.d.ts +1 -1
- package/dist/model/EuBankTransfer.js +2 -2
- package/dist/model/ExtendedAuthorization.d.ts +1 -1
- package/dist/model/ExtendedAuthorization.js +2 -2
- package/dist/model/ExternalAccount.d.ts +1 -1
- package/dist/model/ExternalAccount.js +2 -2
- package/dist/model/ExternalAccountCollection.d.ts +1 -1
- package/dist/model/ExternalAccountCollection.js +2 -2
- package/dist/model/ExternalAccountCollectionPageTypeToken.d.ts +1 -1
- package/dist/model/ExternalAccountCollectionPageTypeToken.js +2 -2
- package/dist/model/Familymart.d.ts +1 -1
- package/dist/model/Familymart.js +2 -2
- package/dist/model/Feature.d.ts +1 -1
- package/dist/model/Feature.js +2 -2
- package/dist/model/FeeDetail.d.ts +1 -1
- package/dist/model/FeeDetail.js +2 -2
- package/dist/model/FeeRefund.d.ts +1 -1
- package/dist/model/FeeRefund.js +2 -2
- package/dist/model/FeeRefundCollection.d.ts +1 -1
- package/dist/model/FeeRefundCollection.js +2 -2
- package/dist/model/Field.d.ts +1 -1
- package/dist/model/Field.js +2 -2
- package/dist/model/FieldMapping.d.ts +10 -10
- package/dist/model/FieldMapping.d.ts.map +1 -1
- package/dist/model/FieldMapping.js +29 -29
- package/dist/model/Fields.d.ts +69 -69
- package/dist/model/Fields.d.ts.map +1 -1
- package/dist/model/Fields.js +226 -226
- package/dist/model/File.d.ts +31 -1
- package/dist/model/File.d.ts.map +1 -1
- package/dist/model/File.js +104 -2
- package/dist/model/FileLink.d.ts +1 -1
- package/dist/model/FileLink.js +2 -2
- package/dist/model/FileLinkCollection.d.ts +1 -1
- package/dist/model/FileLinkCollection.js +2 -2
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +1 -1
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/FinancialAddress.d.ts +1 -1
- package/dist/model/FinancialAddress.js +2 -2
- package/dist/model/FinancialConnections.d.ts +1 -1
- package/dist/model/FinancialConnections.js +2 -2
- package/dist/model/FirebaseConfigInput.d.ts +1 -1
- package/dist/model/FirebaseConfigInput.js +2 -2
- package/dist/model/FirebaseConfigResponse.d.ts +1 -1
- package/dist/model/FirebaseConfigResponse.js +2 -2
- package/dist/model/FixedAmount.d.ts +1 -1
- package/dist/model/FixedAmount.js +2 -2
- package/dist/model/Form.d.ts +10 -10
- package/dist/model/Form.d.ts.map +1 -1
- package/dist/model/Form.js +33 -33
- package/dist/model/FormSection.d.ts +10 -10
- package/dist/model/FormSection.d.ts.map +1 -1
- package/dist/model/FormSection.js +31 -31
- package/dist/model/FormSubmission.d.ts +10 -10
- package/dist/model/FormSubmission.d.ts.map +1 -1
- package/dist/model/FormSubmission.js +29 -29
- package/dist/model/Fpx.d.ts +1 -1
- package/dist/model/Fpx.js +2 -2
- package/dist/model/FraudDetails.d.ts +1 -1
- package/dist/model/FraudDetails.js +2 -2
- package/dist/model/FromInvoice.d.ts +1 -1
- package/dist/model/FromInvoice.js +2 -2
- package/dist/model/FromQuote.d.ts +1 -1
- package/dist/model/FromQuote.js +2 -2
- package/dist/model/FunctionConfigInput.d.ts +1 -1
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/FunctionSettingsInput.d.ts +1 -1
- package/dist/model/FunctionSettingsInput.js +2 -2
- package/dist/model/FunctionSettingsResponse.d.ts +1 -1
- package/dist/model/FunctionSettingsResponse.js +2 -2
- package/dist/model/FutureRequirements.d.ts +1 -1
- package/dist/model/FutureRequirements.js +2 -2
- package/dist/model/GeneratedFrom.d.ts +1 -1
- package/dist/model/GeneratedFrom.js +2 -2
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeocodeResponse.d.ts +1 -1
- package/dist/model/GeocodeResponse.js +2 -2
- package/dist/model/GeolocationInput.d.ts +10 -4
- package/dist/model/GeolocationInput.d.ts.map +1 -1
- package/dist/model/GeolocationInput.js +15 -5
- package/dist/model/GetFunctionConfig.d.ts +1 -1
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +1 -1
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/Giropay.d.ts +1 -1
- package/dist/model/Giropay.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/GooglePay.d.ts +1 -1
- package/dist/model/GooglePay.js +2 -2
- package/dist/model/Grabpay.d.ts +1 -1
- package/dist/model/Grabpay.js +2 -2
- package/dist/model/Graph.d.ts +10 -10
- package/dist/model/Graph.d.ts.map +1 -1
- package/dist/model/Graph.js +33 -33
- package/dist/model/GraphAction.d.ts +10 -10
- package/dist/model/GraphAction.d.ts.map +1 -1
- package/dist/model/GraphAction.js +29 -29
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +1 -1
- package/dist/model/GraphActionResponse.js +2 -2
- package/dist/model/GraphActionTypeInput.d.ts +1 -1
- package/dist/model/GraphActionTypeInput.js +2 -2
- package/dist/model/GraphActionTypeResponse.d.ts +1 -1
- package/dist/model/GraphActionTypeResponse.js +2 -2
- package/dist/model/GraphInput.d.ts +1 -1
- package/dist/model/GraphInput.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +21 -21
- package/dist/model/GraphObject.d.ts.map +1 -1
- package/dist/model/GraphObject.js +66 -66
- package/dist/model/GraphObjectCountResponse.d.ts +1 -1
- package/dist/model/GraphObjectCountResponse.js +2 -2
- package/dist/model/GraphObjectPayload.d.ts +1 -1
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectResponse.d.ts +1 -1
- package/dist/model/GraphObjectResponse.js +2 -2
- package/dist/model/GraphObjectType.d.ts +28 -28
- package/dist/model/GraphObjectType.d.ts.map +1 -1
- package/dist/model/GraphObjectType.js +88 -88
- package/dist/model/GraphObjectTypeDefinitionSummary.d.ts +1 -1
- package/dist/model/GraphObjectTypeDefinitionSummary.js +2 -2
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +1 -1
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +15 -24
- package/dist/model/GraphObjectTypeSchema.d.ts.map +1 -1
- package/dist/model/GraphObjectTypeSchema.js +45 -76
- package/dist/model/GraphObjectTypeSummaryEntry.d.ts +1 -1
- package/dist/model/GraphObjectTypeSummaryEntry.js +2 -2
- package/dist/model/GraphObjectTypeSummaryReport.d.ts +1 -1
- package/dist/model/GraphObjectTypeSummaryReport.js +2 -2
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRebuildDatasetRequest.d.ts +1 -1
- package/dist/model/GraphRebuildDatasetRequest.js +2 -2
- package/dist/model/GraphRebuildPriorityRequest.d.ts +1 -1
- package/dist/model/GraphRebuildPriorityRequest.js +2 -2
- package/dist/model/GraphRebuildPriorityResponse.d.ts +1 -1
- package/dist/model/GraphRebuildPriorityResponse.js +2 -2
- package/dist/model/GraphRebuildRequest.d.ts +1 -1
- package/dist/model/GraphRebuildRequest.js +2 -2
- package/dist/model/GraphRebuildStatusResponse.d.ts +1 -1
- package/dist/model/GraphRebuildStatusResponse.js +2 -2
- package/dist/model/GraphRelationship.d.ts +1 -1
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.d.ts +1 -1
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipResponse.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +38 -38
- package/dist/model/GraphRelationshipType.d.ts.map +1 -1
- package/dist/model/GraphRelationshipType.js +105 -105
- package/dist/model/GraphRelationshipTypeInput.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeInput.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphRelationshipTypeSummaryEntry.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeSummaryEntry.js +2 -2
- package/dist/model/GraphResponse.d.ts +1 -1
- package/dist/model/GraphResponse.js +2 -2
- package/dist/model/GraphSchemaInput.d.ts +1 -1
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +1 -1
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +145 -58
- package/dist/model/GraphTraversalInput.d.ts.map +1 -1
- package/dist/model/GraphTraversalInput.js +195 -75
- package/dist/model/GroupPermissionPayload.d.ts +1 -1
- package/dist/model/GroupPermissionPayload.js +2 -2
- package/dist/model/HostedConfirmation.d.ts +1 -1
- package/dist/model/HostedConfirmation.js +2 -2
- package/dist/model/Iban.d.ts +1 -1
- package/dist/model/Iban.js +2 -2
- package/dist/model/Ideal.d.ts +1 -1
- package/dist/model/Ideal.js +2 -2
- package/dist/model/Image.d.ts +32 -3
- package/dist/model/Image.d.ts.map +1 -1
- package/dist/model/Image.js +110 -6
- package/dist/model/IncrementalAuthorization.d.ts +1 -1
- package/dist/model/IncrementalAuthorization.js +2 -2
- package/dist/model/IndexFilter.d.ts +11 -4
- package/dist/model/IndexFilter.d.ts.map +1 -1
- package/dist/model/IndexFilter.js +21 -6
- package/dist/model/InheritedPayload.d.ts +1 -1
- package/dist/model/InheritedPayload.js +2 -2
- package/dist/model/InputPart.d.ts +10 -10
- package/dist/model/InputPart.d.ts.map +1 -1
- package/dist/model/InputPart.js +33 -33
- package/dist/model/InputPartHeaders.d.ts +1 -1
- package/dist/model/InputPartHeaders.js +2 -2
- package/dist/model/Installments.d.ts +1 -1
- package/dist/model/Installments.js +2 -2
- package/dist/model/InteracPresent.d.ts +1 -1
- package/dist/model/InteracPresent.js +2 -2
- package/dist/model/InviteMembersInput.d.ts +1 -1
- package/dist/model/InviteMembersInput.js +2 -2
- package/dist/model/Invoice.d.ts +1 -1
- package/dist/model/Invoice.js +2 -2
- package/dist/model/InvoiceCreation.d.ts +1 -1
- package/dist/model/InvoiceCreation.js +2 -2
- package/dist/model/InvoiceData.d.ts +1 -1
- package/dist/model/InvoiceData.js +2 -2
- package/dist/model/InvoiceFromPricebookInput.d.ts +1 -1
- package/dist/model/InvoiceFromPricebookInput.js +2 -2
- package/dist/model/InvoiceInput.d.ts +1 -1
- package/dist/model/InvoiceInput.js +2 -2
- package/dist/model/InvoiceItem.d.ts +1 -1
- package/dist/model/InvoiceItem.js +2 -2
- package/dist/model/InvoiceLineItem.d.ts +1 -1
- package/dist/model/InvoiceLineItem.js +2 -2
- package/dist/model/InvoiceLineItemCollection.d.ts +1 -1
- package/dist/model/InvoiceLineItemCollection.js +2 -2
- package/dist/model/InvoiceLineItemInput.d.ts +1 -1
- package/dist/model/InvoiceLineItemInput.js +2 -2
- package/dist/model/InvoiceResponse.d.ts +1 -1
- package/dist/model/InvoiceResponse.js +2 -2
- package/dist/model/InvoiceSettings.d.ts +1 -1
- package/dist/model/InvoiceSettings.js +2 -2
- package/dist/model/IpAddressLocation.d.ts +1 -1
- package/dist/model/IpAddressLocation.js +2 -2
- package/dist/model/Item.d.ts +1 -1
- package/dist/model/Item.js +2 -2
- package/dist/model/ItemReason.d.ts +1 -1
- package/dist/model/ItemReason.js +2 -2
- package/dist/model/JsonArray.d.ts +1 -1
- package/dist/model/JsonArray.js +2 -2
- package/dist/model/JsonNull.d.ts +37 -37
- package/dist/model/JsonNull.d.ts.map +1 -1
- package/dist/model/JsonNull.js +104 -104
- package/dist/model/JsonObject.d.ts +1 -1
- package/dist/model/JsonObject.js +2 -2
- package/dist/model/JsonPrimitive.d.ts +37 -37
- package/dist/model/JsonPrimitive.d.ts.map +1 -1
- package/dist/model/JsonPrimitive.js +104 -104
- package/dist/model/JsonValue.d.ts +1 -1
- package/dist/model/JsonValue.js +2 -2
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/KeycloakConfigInput.d.ts +1 -1
- package/dist/model/KeycloakConfigInput.js +2 -2
- package/dist/model/KeycloakConfigResponse.d.ts +1 -1
- package/dist/model/KeycloakConfigResponse.js +2 -2
- package/dist/model/Klarna.d.ts +1 -1
- package/dist/model/Klarna.js +2 -2
- package/dist/model/Konbini.d.ts +1 -1
- package/dist/model/Konbini.js +2 -2
- package/dist/model/KonbiniDisplayDetails.d.ts +1 -1
- package/dist/model/KonbiniDisplayDetails.js +2 -2
- package/dist/model/Label.d.ts +1 -1
- package/dist/model/Label.js +2 -2
- package/dist/model/LaunchTemplateExecutionRequest.d.ts +1 -1
- package/dist/model/LaunchTemplateExecutionRequest.js +2 -2
- package/dist/model/LaunchTemplateExecutionResponse.d.ts +1 -1
- package/dist/model/LaunchTemplateExecutionResponse.js +2 -2
- package/dist/model/LaunchTemplateInput.d.ts +1 -1
- package/dist/model/LaunchTemplateInput.js +2 -2
- package/dist/model/LaunchTemplateObject.d.ts +19 -19
- package/dist/model/LaunchTemplateObject.d.ts.map +1 -1
- package/dist/model/LaunchTemplateObject.js +58 -58
- package/dist/model/LaunchTemplateResponse.d.ts +1 -1
- package/dist/model/LaunchTemplateResponse.js +2 -2
- package/dist/model/Lawson.d.ts +1 -1
- package/dist/model/Lawson.js +2 -2
- package/dist/model/Level3.d.ts +1 -1
- package/dist/model/Level3.js +2 -2
- package/dist/model/LineItem.d.ts +1 -1
- package/dist/model/LineItem.js +2 -2
- package/dist/model/LineItemCollection.d.ts +1 -1
- package/dist/model/LineItemCollection.js +2 -2
- package/dist/model/LineItemInput.d.ts +1 -1
- package/dist/model/LineItemInput.js +2 -2
- package/dist/model/Link.d.ts +1 -1
- package/dist/model/Link.js +2 -2
- package/dist/model/LinkInput.d.ts +1 -1
- package/dist/model/LinkInput.js +2 -2
- package/dist/model/LinkResponse.d.ts +1 -1
- package/dist/model/LinkResponse.js +2 -2
- package/dist/model/LiveStreamInfo.d.ts +10 -10
- package/dist/model/LiveStreamInfo.d.ts.map +1 -1
- package/dist/model/LiveStreamInfo.js +33 -33
- package/dist/model/Location.d.ts +1 -1
- package/dist/model/Location.js +2 -2
- package/dist/model/MainPhoto.d.ts +1 -1
- package/dist/model/MainPhoto.js +2 -2
- package/dist/model/MainPhotoInput.d.ts +1 -1
- package/dist/model/MainPhotoInput.js +2 -2
- package/dist/model/Mandate.d.ts +1 -1
- package/dist/model/Mandate.js +2 -2
- package/dist/model/MandateOptions.d.ts +1 -1
- package/dist/model/MandateOptions.js +2 -2
- package/dist/model/Masterpass.d.ts +1 -1
- package/dist/model/Masterpass.js +2 -2
- package/dist/model/Maximum.d.ts +1 -1
- package/dist/model/Maximum.js +2 -2
- package/dist/model/MediaType.d.ts +1 -1
- package/dist/model/MediaType.js +2 -2
- package/dist/model/MeetingEventInput.d.ts +1 -1
- package/dist/model/MeetingEventInput.js +2 -2
- package/dist/model/MeetingEventResponse.d.ts +1 -1
- package/dist/model/MeetingEventResponse.js +2 -2
- package/dist/model/MeetingEventTypeInput.d.ts +1 -1
- package/dist/model/MeetingEventTypeInput.js +2 -2
- package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
- package/dist/model/MeetingEventTypeResponse.js +2 -2
- package/dist/model/MeetingInfo.d.ts +12 -12
- package/dist/model/MeetingInfo.d.ts.map +1 -1
- package/dist/model/MeetingInfo.js +32 -32
- package/dist/model/Member.d.ts +19 -19
- package/dist/model/Member.d.ts.map +1 -1
- package/dist/model/Member.js +62 -62
- package/dist/model/MemberList.d.ts +1 -1
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MemberManagerConfigInput.d.ts +1 -1
- package/dist/model/MemberManagerConfigInput.js +2 -2
- package/dist/model/MemberManagerConfigResponse.d.ts +1 -1
- package/dist/model/MemberManagerConfigResponse.js +2 -2
- package/dist/model/MemberManagerInput.d.ts +1 -1
- package/dist/model/MemberManagerInput.js +2 -2
- package/dist/model/MemberManagerResponse.d.ts +1 -1
- package/dist/model/MemberManagerResponse.js +2 -2
- package/dist/model/MemberManagerSecretInput.d.ts +1 -1
- package/dist/model/MemberManagerSecretInput.js +2 -2
- package/dist/model/MemberManagerSecretResponse.d.ts +1 -1
- package/dist/model/MemberManagerSecretResponse.js +2 -2
- package/dist/model/MenuInput.d.ts +1 -1
- package/dist/model/MenuInput.js +2 -2
- package/dist/model/MenuItemInput.d.ts +1 -1
- package/dist/model/MenuItemInput.js +2 -2
- package/dist/model/MenuItemResponse.d.ts +1 -1
- package/dist/model/MenuItemResponse.js +2 -2
- package/dist/model/MenuResponse.d.ts +1 -1
- package/dist/model/MenuResponse.js +2 -2
- package/dist/model/Message.d.ts +1 -1
- package/dist/model/Message.js +2 -2
- package/dist/model/Minimum.d.ts +1 -1
- package/dist/model/Minimum.js +2 -2
- package/dist/model/Ministop.d.ts +1 -1
- package/dist/model/Ministop.js +2 -2
- package/dist/model/MonthlyEstimatedRevenue.d.ts +1 -1
- package/dist/model/MonthlyEstimatedRevenue.js +2 -2
- package/dist/model/MultiUse.d.ts +1 -1
- package/dist/model/MultiUse.js +2 -2
- package/dist/model/Multibanco.d.ts +1 -1
- package/dist/model/Multibanco.js +2 -2
- package/dist/model/Multicapture.d.ts +1 -1
- package/dist/model/Multicapture.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +1 -1
- package/dist/model/MultivaluedMapStringString.js +2 -2
- package/dist/model/N8nSettings.d.ts +1 -1
- package/dist/model/N8nSettings.js +2 -2
- package/dist/model/NetworkToken.d.ts +1 -1
- package/dist/model/NetworkToken.js +2 -2
- package/dist/model/Networks.d.ts +1 -1
- package/dist/model/Networks.js +2 -2
- package/dist/model/NextAction.d.ts +1 -1
- package/dist/model/NextAction.js +2 -2
- package/dist/model/NotificationInput.d.ts +1 -1
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +1 -1
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettingsInput.d.ts +1 -1
- package/dist/model/NumberSettingsInput.js +2 -2
- package/dist/model/NumberSettingsResponse.d.ts +1 -1
- package/dist/model/NumberSettingsResponse.js +2 -2
- package/dist/model/Numeric.d.ts +1 -1
- package/dist/model/Numeric.js +2 -2
- package/dist/model/ObjectSettingsInput.d.ts +1 -1
- package/dist/model/ObjectSettingsInput.js +2 -2
- package/dist/model/ObjectSettingsResponse.d.ts +1 -1
- package/dist/model/ObjectSettingsResponse.js +2 -2
- package/dist/model/Objecttype.d.ts +28 -19
- package/dist/model/Objecttype.d.ts.map +1 -1
- package/dist/model/Objecttype.js +89 -58
- package/dist/model/Offline.d.ts +1 -1
- package/dist/model/Offline.js +2 -2
- package/dist/model/Online.d.ts +1 -1
- package/dist/model/Online.js +2 -2
- package/dist/model/Option.d.ts +1 -1
- package/dist/model/Option.js +2 -2
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Outcome.d.ts +1 -1
- package/dist/model/Outcome.js +2 -2
- package/dist/model/Overcapture.d.ts +1 -1
- package/dist/model/Overcapture.js +2 -2
- package/dist/model/OwnershipDeclaration.d.ts +1 -1
- package/dist/model/OwnershipDeclaration.js +2 -2
- package/dist/model/Oxxo.d.ts +1 -1
- package/dist/model/Oxxo.js +2 -2
- package/dist/model/OxxoDisplayDetails.d.ts +1 -1
- package/dist/model/OxxoDisplayDetails.js +2 -2
- package/dist/model/P24.d.ts +1 -1
- package/dist/model/P24.js +2 -2
- package/dist/model/PackageDimensions.d.ts +1 -1
- package/dist/model/PackageDimensions.js +2 -2
- package/dist/model/PageInput.d.ts +1 -1
- package/dist/model/PageInput.js +2 -2
- package/dist/model/PageLayoutInput.d.ts +1 -1
- package/dist/model/PageLayoutInput.js +2 -2
- package/dist/model/PageLayoutResponse.d.ts +1 -1
- package/dist/model/PageLayoutResponse.js +2 -2
- package/dist/model/PageLayoutSection.d.ts +1 -1
- package/dist/model/PageLayoutSection.js +2 -2
- package/dist/model/PageResponse.d.ts +1 -1
- package/dist/model/PageResponse.js +2 -2
- package/dist/model/PageTypeInput.d.ts +1 -1
- package/dist/model/PageTypeInput.js +2 -2
- package/dist/model/PageTypeResponse.d.ts +1 -1
- package/dist/model/PageTypeResponse.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetCompleteByEmailRequest.d.ts +1 -1
- package/dist/model/PasswordResetCompleteByEmailRequest.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +1 -1
- package/dist/model/PasswordResetInitiateRequest.js +2 -2
- package/dist/model/PasswordResetInitiateResponse.d.ts +1 -1
- package/dist/model/PasswordResetInitiateResponse.js +2 -2
- package/dist/model/PasswordResetRequest.d.ts +1 -1
- package/dist/model/PasswordResetRequest.js +2 -2
- package/dist/model/PasswordResetResponse.d.ts +1 -1
- package/dist/model/PasswordResetResponse.js +2 -2
- package/dist/model/PasswordResetValidateByEmailRequest.d.ts +1 -1
- package/dist/model/PasswordResetValidateByEmailRequest.js +2 -2
- package/dist/model/PasswordResetValidationResponse.d.ts +1 -1
- package/dist/model/PasswordResetValidationResponse.js +2 -2
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +2 -2
- package/dist/model/PauseCollection.d.ts +1 -1
- package/dist/model/PauseCollection.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +10 -10
- package/dist/model/PaymentAccountObject.d.ts.map +1 -1
- package/dist/model/PaymentAccountObject.js +25 -25
- package/dist/model/PaymentIntent.d.ts +19 -19
- package/dist/model/PaymentIntent.d.ts.map +1 -1
- package/dist/model/PaymentIntent.js +62 -62
- package/dist/model/PaymentIntentData.d.ts +1 -1
- package/dist/model/PaymentIntentData.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +1 -1
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +1 -1
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentLink.d.ts +1 -1
- package/dist/model/PaymentLink.js +2 -2
- package/dist/model/PaymentMethod.d.ts +1 -1
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodConfigurationDetails.d.ts +1 -1
- package/dist/model/PaymentMethodConfigurationDetails.js +2 -2
- package/dist/model/PaymentMethodDetails.d.ts +1 -1
- package/dist/model/PaymentMethodDetails.js +2 -2
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodOptions.d.ts +1 -1
- package/dist/model/PaymentMethodOptions.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +1 -1
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +1 -1
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/PaymentSettings.d.ts +1 -1
- package/dist/model/PaymentSettings.js +2 -2
- package/dist/model/PaymentSource.d.ts +1 -1
- package/dist/model/PaymentSource.js +2 -2
- package/dist/model/PaymentSourceCollection.d.ts +1 -1
- package/dist/model/PaymentSourceCollection.js +2 -2
- package/dist/model/Payments.d.ts +1 -1
- package/dist/model/Payments.js +2 -2
- package/dist/model/Paynow.d.ts +1 -1
- package/dist/model/Paynow.js +2 -2
- package/dist/model/PaynowDisplayQrCode.d.ts +1 -1
- package/dist/model/PaynowDisplayQrCode.js +2 -2
- package/dist/model/Payout.d.ts +12 -12
- package/dist/model/Payout.d.ts.map +1 -1
- package/dist/model/Payout.js +32 -32
- package/dist/model/PayoutInput.d.ts +1 -1
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +1 -1
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Payouts.d.ts +1 -1
- package/dist/model/Payouts.js +2 -2
- package/dist/model/Paypal.d.ts +1 -1
- package/dist/model/Paypal.js +2 -2
- package/dist/model/Pdf.d.ts +1 -1
- package/dist/model/Pdf.js +2 -2
- package/dist/model/PendingInvoiceItemInterval.d.ts +1 -1
- package/dist/model/PendingInvoiceItemInterval.js +2 -2
- package/dist/model/PendingUpdate.d.ts +1 -1
- package/dist/model/PendingUpdate.js +2 -2
- package/dist/model/Period.d.ts +1 -1
- package/dist/model/Period.js +2 -2
- package/dist/model/PermissionOnlyPayload.d.ts +1 -1
- package/dist/model/PermissionOnlyPayload.js +2 -2
- package/dist/model/Person.d.ts +1 -1
- package/dist/model/Person.js +2 -2
- package/dist/model/Phase.d.ts +1 -1
- package/dist/model/Phase.js +2 -2
- package/dist/model/PhoneNumber.d.ts +1 -1
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/PhoneNumberCollection.d.ts +1 -1
- package/dist/model/PhoneNumberCollection.js +2 -2
- package/dist/model/Pix.d.ts +1 -1
- package/dist/model/Pix.js +2 -2
- package/dist/model/PixDisplayQrCode.d.ts +1 -1
- package/dist/model/PixDisplayQrCode.js +2 -2
- package/dist/model/Plan.d.ts +1 -1
- package/dist/model/Plan.js +2 -2
- package/dist/model/PostInput.d.ts +1 -1
- package/dist/model/PostInput.js +2 -2
- package/dist/model/PostResponse.d.ts +1 -1
- package/dist/model/PostResponse.js +2 -2
- package/dist/model/Price.d.ts +1 -1
- package/dist/model/Price.js +2 -2
- package/dist/model/PriceInput.d.ts +1 -1
- package/dist/model/PriceInput.js +2 -2
- package/dist/model/PriceOutput.d.ts +1 -1
- package/dist/model/PriceOutput.js +2 -2
- package/dist/model/PriceResponse.d.ts +1 -1
- package/dist/model/PriceResponse.js +2 -2
- package/dist/model/Pricebook.d.ts +1 -1
- package/dist/model/Pricebook.js +2 -2
- package/dist/model/PricebookInput.d.ts +1 -1
- package/dist/model/PricebookInput.js +2 -2
- package/dist/model/PricebookResponse.d.ts +1 -1
- package/dist/model/PricebookResponse.js +2 -2
- package/dist/model/PrivateMessageConversationPayload.d.ts +1 -1
- package/dist/model/PrivateMessageConversationPayload.js +2 -2
- package/dist/model/PrivateMessageConversationResponse.d.ts +1 -1
- package/dist/model/PrivateMessageConversationResponse.js +2 -2
- package/dist/model/PrivateMessageGroupResponse.d.ts +1 -1
- package/dist/model/PrivateMessageGroupResponse.js +2 -2
- package/dist/model/PrivateMessageInput.d.ts +1 -1
- package/dist/model/PrivateMessageInput.js +2 -2
- package/dist/model/PrivateMessageLinkInput.d.ts +1 -1
- package/dist/model/PrivateMessageLinkInput.js +2 -2
- package/dist/model/PrivateMessageResponse.d.ts +1 -1
- package/dist/model/PrivateMessageResponse.js +2 -2
- package/dist/model/Processing.d.ts +1 -1
- package/dist/model/Processing.js +2 -2
- package/dist/model/Product.d.ts +1 -1
- package/dist/model/Product.js +2 -2
- package/dist/model/ProductCategoryInput.d.ts +1 -1
- package/dist/model/ProductCategoryInput.js +2 -2
- package/dist/model/ProductCategoryOutput.d.ts +1 -1
- package/dist/model/ProductCategoryOutput.js +2 -2
- package/dist/model/ProductCategoryResponse.d.ts +1 -1
- package/dist/model/ProductCategoryResponse.js +2 -2
- package/dist/model/ProductInput.d.ts +1 -1
- package/dist/model/ProductInput.js +2 -2
- package/dist/model/ProductOutput.d.ts +1 -1
- package/dist/model/ProductOutput.js +2 -2
- package/dist/model/ProductResponse.d.ts +1 -1
- package/dist/model/ProductResponse.js +2 -2
- package/dist/model/Profile.d.ts +1 -1
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PromotionCode.d.ts +1 -1
- package/dist/model/PromotionCode.js +2 -2
- package/dist/model/Promptpay.d.ts +1 -1
- package/dist/model/Promptpay.js +2 -2
- package/dist/model/PromptpayDisplayQrCode.d.ts +1 -1
- package/dist/model/PromptpayDisplayQrCode.js +2 -2
- package/dist/model/ProrationDetails.d.ts +1 -1
- package/dist/model/ProrationDetails.js +2 -2
- package/dist/model/ProxyServerInput.d.ts +1 -1
- package/dist/model/ProxyServerInput.js +2 -2
- package/dist/model/ProxyServerResponse.d.ts +1 -1
- package/dist/model/ProxyServerResponse.js +2 -2
- package/dist/model/PublicationInput.d.ts +1 -1
- package/dist/model/PublicationInput.js +2 -2
- package/dist/model/PublicationResponse.d.ts +1 -1
- package/dist/model/PublicationResponse.js +2 -2
- package/dist/model/PurchaseInput.d.ts +1 -1
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +1 -1
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponse.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponse.js +2 -2
- package/dist/model/QrCode.d.ts +1 -1
- package/dist/model/QrCode.js +2 -2
- package/dist/model/Quote.d.ts +10 -10
- package/dist/model/Quote.d.ts.map +1 -1
- package/dist/model/Quote.js +32 -32
- package/dist/model/RadarOptions.d.ts +1 -1
- package/dist/model/RadarOptions.js +2 -2
- package/dist/model/Receipt.d.ts +1 -1
- package/dist/model/Receipt.js +2 -2
- package/dist/model/Recovery.d.ts +1 -1
- package/dist/model/Recovery.js +2 -2
- package/dist/model/Recurring.d.ts +1 -1
- package/dist/model/Recurring.js +2 -2
- package/dist/model/RecurringInput.d.ts +1 -1
- package/dist/model/RecurringInput.js +2 -2
- package/dist/model/Redirect.d.ts +1 -1
- package/dist/model/Redirect.js +2 -2
- package/dist/model/RedirectToUrl.d.ts +1 -1
- package/dist/model/RedirectToUrl.js +2 -2
- package/dist/model/Refund.d.ts +15 -15
- package/dist/model/Refund.d.ts.map +1 -1
- package/dist/model/Refund.js +44 -44
- package/dist/model/RefundCollection.d.ts +1 -1
- package/dist/model/RefundCollection.js +2 -2
- package/dist/model/Relationship.d.ts +1 -1
- package/dist/model/Relationship.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +10 -10
- package/dist/model/RelationshipMapping.d.ts.map +1 -1
- package/dist/model/RelationshipMapping.js +33 -33
- package/dist/model/Rendering.d.ts +1 -1
- package/dist/model/Rendering.js +2 -2
- package/dist/model/RenderingOptions.d.ts +1 -1
- package/dist/model/RenderingOptions.js +2 -2
- package/dist/model/RequestLogConfigRequest.d.ts +38 -0
- package/dist/model/RequestLogConfigRequest.d.ts.map +1 -0
- package/dist/model/RequestLogConfigRequest.js +104 -0
- package/dist/model/RequestLogConfigResponse.d.ts +56 -0
- package/dist/model/RequestLogConfigResponse.d.ts.map +1 -0
- package/dist/model/RequestLogConfigResponse.js +162 -0
- package/dist/model/RequestLogDetailResponse.d.ts +191 -0
- package/dist/model/RequestLogDetailResponse.d.ts.map +1 -0
- package/dist/model/RequestLogDetailResponse.js +573 -0
- package/dist/model/RequestLogListItemResponse.d.ts +110 -0
- package/dist/model/RequestLogListItemResponse.d.ts.map +1 -0
- package/dist/model/RequestLogListItemResponse.js +320 -0
- package/dist/model/RequestLogPageResponse.d.ts +47 -0
- package/dist/model/RequestLogPageResponse.d.ts.map +1 -0
- package/dist/model/RequestLogPageResponse.js +158 -0
- package/dist/model/RequestOptions.d.ts +1 -1
- package/dist/model/RequestOptions.js +2 -2
- package/dist/model/RequestOptionsProxyCredential.d.ts +1 -1
- package/dist/model/RequestOptionsProxyCredential.js +2 -2
- package/dist/model/Requirements.d.ts +1 -1
- package/dist/model/Requirements.js +2 -2
- package/dist/model/ResponseProjectionInput.d.ts +1 -1
- package/dist/model/ResponseProjectionInput.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +1 -1
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +1 -1
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/Restrictions.d.ts +1 -1
- package/dist/model/Restrictions.js +2 -2
- package/dist/model/Review.d.ts +1 -1
- package/dist/model/Review.js +2 -2
- package/dist/model/RevolutPay.d.ts +1 -1
- package/dist/model/RevolutPay.js +2 -2
- package/dist/model/Rule.d.ts +1 -1
- package/dist/model/Rule.js +2 -2
- package/dist/model/SamsungPay.d.ts +1 -1
- package/dist/model/SamsungPay.js +2 -2
- package/dist/model/Schedule.d.ts +1 -1
- package/dist/model/Schedule.js +2 -2
- package/dist/model/Schema.d.ts +1 -1
- package/dist/model/Schema.js +2 -2
- package/dist/model/SchemaDeploymentSettingsDto.d.ts +1 -1
- package/dist/model/SchemaDeploymentSettingsDto.js +2 -2
- package/dist/model/SchemaViewInput.d.ts +1 -1
- package/dist/model/SchemaViewInput.js +2 -2
- package/dist/model/SchemaViewResponse.d.ts +1 -1
- package/dist/model/SchemaViewResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +25 -25
- package/dist/model/ScreenSchema.d.ts.map +1 -1
- package/dist/model/ScreenSchema.js +77 -77
- package/dist/model/Seicomart.d.ts +1 -1
- package/dist/model/Seicomart.js +2 -2
- package/dist/model/SellerProtection.d.ts +1 -1
- package/dist/model/SellerProtection.js +2 -2
- package/dist/model/SendEmailInput.d.ts +1 -1
- package/dist/model/SendEmailInput.js +2 -2
- package/dist/model/SendEmailResponse.d.ts +1 -1
- package/dist/model/SendEmailResponse.js +2 -2
- package/dist/model/SepaCreditTransfer.d.ts +1 -1
- package/dist/model/SepaCreditTransfer.js +2 -2
- package/dist/model/SepaDebit.d.ts +1 -1
- package/dist/model/SepaDebit.js +2 -2
- package/dist/model/SepaDebitPayments.d.ts +1 -1
- package/dist/model/SepaDebitPayments.js +2 -2
- package/dist/model/Session.d.ts +1 -1
- package/dist/model/Session.js +2 -2
- package/dist/model/Settings.d.ts +1 -1
- package/dist/model/Settings.js +2 -2
- package/dist/model/SetupAttempt.d.ts +1 -1
- package/dist/model/SetupAttempt.js +2 -2
- package/dist/model/SetupIntent.d.ts +10 -10
- package/dist/model/SetupIntent.d.ts.map +1 -1
- package/dist/model/SetupIntent.js +32 -32
- package/dist/model/ShippingAddress.d.ts +1 -1
- package/dist/model/ShippingAddress.js +2 -2
- package/dist/model/ShippingAddressCollection.d.ts +1 -1
- package/dist/model/ShippingAddressCollection.js +2 -2
- package/dist/model/ShippingCost.d.ts +1 -1
- package/dist/model/ShippingCost.js +2 -2
- package/dist/model/ShippingDetails.d.ts +1 -1
- package/dist/model/ShippingDetails.js +2 -2
- package/dist/model/ShippingOption.d.ts +1 -1
- package/dist/model/ShippingOption.js +2 -2
- package/dist/model/ShippingRate.d.ts +1 -1
- package/dist/model/ShippingRate.js +2 -2
- package/dist/model/SingleUse.d.ts +1 -1
- package/dist/model/SingleUse.js +2 -2
- package/dist/model/SiteInput.d.ts +1 -1
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +1 -1
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +1 -1
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +1 -1
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +69 -69
- package/dist/model/SkinField.d.ts.map +1 -1
- package/dist/model/SkinField.js +226 -226
- package/dist/model/SkinFieldInput.d.ts +235 -8
- package/dist/model/SkinFieldInput.d.ts.map +1 -1
- package/dist/model/SkinFieldInput.js +239 -6
- package/dist/model/SkinFieldResponse.d.ts +235 -8
- package/dist/model/SkinFieldResponse.d.ts.map +1 -1
- package/dist/model/SkinFieldResponse.js +239 -6
- package/dist/model/SocialGroupInput.d.ts +1 -1
- package/dist/model/SocialGroupInput.js +2 -2
- package/dist/model/SocialGroupResponse.d.ts +1 -1
- package/dist/model/SocialGroupResponse.js +2 -2
- package/dist/model/SocialGroupType.d.ts +1 -1
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/SocialGroupTypeInput.d.ts +1 -1
- package/dist/model/SocialGroupTypeInput.js +2 -2
- package/dist/model/Sofort.d.ts +1 -1
- package/dist/model/Sofort.js +2 -2
- package/dist/model/SortCode.d.ts +1 -1
- package/dist/model/SortCode.js +2 -2
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/Spei.d.ts +1 -1
- package/dist/model/Spei.js +2 -2
- package/dist/model/StatusDetails.d.ts +1 -1
- package/dist/model/StatusDetails.js +2 -2
- package/dist/model/StatusTransitions.d.ts +1 -1
- package/dist/model/StatusTransitions.js +2 -2
- package/dist/model/Store.d.ts +1 -1
- package/dist/model/Store.js +2 -2
- package/dist/model/Stores.d.ts +1 -1
- package/dist/model/Stores.js +2 -2
- package/dist/model/StripeAccount.d.ts +1 -1
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCheckoutSession.d.ts +34 -34
- package/dist/model/StripeCheckoutSession.d.ts.map +1 -1
- package/dist/model/StripeCheckoutSession.js +97 -97
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/StripeError.d.ts +1 -1
- package/dist/model/StripeError.js +2 -2
- package/dist/model/StripePaymentIntent.d.ts +23 -23
- package/dist/model/StripePaymentIntent.d.ts.map +1 -1
- package/dist/model/StripePaymentIntent.js +66 -66
- package/dist/model/StripePrice.d.ts +28 -28
- package/dist/model/StripePrice.d.ts.map +1 -1
- package/dist/model/StripePrice.js +85 -85
- package/dist/model/StripeSubscription.d.ts +12 -12
- package/dist/model/StripeSubscription.d.ts.map +1 -1
- package/dist/model/StripeSubscription.js +34 -34
- package/dist/model/StripeTenantConfigRequest.d.ts +1 -1
- package/dist/model/StripeTenantConfigRequest.js +2 -2
- package/dist/model/StripeTenantConfigResponse.d.ts +1 -1
- package/dist/model/StripeTenantConfigResponse.js +2 -2
- package/dist/model/Submit.d.ts +1 -1
- package/dist/model/Submit.js +2 -2
- package/dist/model/Subscription.d.ts +1 -1
- package/dist/model/Subscription.js +2 -2
- package/dist/model/SubscriptionCollection.d.ts +1 -1
- package/dist/model/SubscriptionCollection.js +2 -2
- package/dist/model/SubscriptionData.d.ts +1 -1
- package/dist/model/SubscriptionData.js +2 -2
- package/dist/model/SubscriptionDetails.d.ts +1 -1
- package/dist/model/SubscriptionDetails.js +2 -2
- package/dist/model/SubscriptionInput.d.ts +1 -1
- package/dist/model/SubscriptionInput.js +2 -2
- package/dist/model/SubscriptionItem.d.ts +1 -1
- package/dist/model/SubscriptionItem.js +2 -2
- package/dist/model/SubscriptionItemCollection.d.ts +1 -1
- package/dist/model/SubscriptionItemCollection.js +2 -2
- package/dist/model/SubscriptionItemInput.d.ts +1 -1
- package/dist/model/SubscriptionItemInput.js +2 -2
- package/dist/model/SubscriptionResponse.d.ts +1 -1
- package/dist/model/SubscriptionResponse.js +2 -2
- package/dist/model/SubscriptionSchedule.d.ts +1 -1
- package/dist/model/SubscriptionSchedule.js +2 -2
- package/dist/model/SupabaseConfigInput.d.ts +1 -1
- package/dist/model/SupabaseConfigInput.js +2 -2
- package/dist/model/SupabaseConfigResponse.d.ts +1 -1
- package/dist/model/SupabaseConfigResponse.js +2 -2
- package/dist/model/Swift.d.ts +1 -1
- package/dist/model/Swift.js +2 -2
- package/dist/model/TabDeployInput.d.ts +1 -1
- package/dist/model/TabDeployInput.js +2 -2
- package/dist/model/TabItem.d.ts +1 -1
- package/dist/model/TabItem.js +2 -2
- package/dist/model/TabItemDefinitionInput.d.ts +1 -1
- package/dist/model/TabItemDefinitionInput.js +2 -2
- package/dist/model/TabItemDefinitionResponse.d.ts +1 -1
- package/dist/model/TabItemDefinitionResponse.js +2 -2
- package/dist/model/TabSetInput.d.ts +1 -1
- package/dist/model/TabSetInput.js +2 -2
- package/dist/model/TabSetResponse.d.ts +1 -1
- package/dist/model/TabSetResponse.js +2 -2
- package/dist/model/Tax.d.ts +1 -1
- package/dist/model/Tax.js +2 -2
- package/dist/model/TaxAmount.d.ts +1 -1
- package/dist/model/TaxAmount.js +2 -2
- package/dist/model/TaxCode.d.ts +1 -1
- package/dist/model/TaxCode.js +2 -2
- package/dist/model/TaxId.d.ts +1 -1
- package/dist/model/TaxId.js +2 -2
- package/dist/model/TaxIdCollection.d.ts +1 -1
- package/dist/model/TaxIdCollection.js +2 -2
- package/dist/model/TaxRate.d.ts +1 -1
- package/dist/model/TaxRate.js +2 -2
- package/dist/model/Template.d.ts +10 -10
- package/dist/model/Template.d.ts.map +1 -1
- package/dist/model/Template.js +33 -33
- package/dist/model/TemplateInput.d.ts +1 -1
- package/dist/model/TemplateInput.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +10 -10
- package/dist/model/TemplateSchema.d.ts.map +1 -1
- package/dist/model/TemplateSchema.js +31 -31
- package/dist/model/TermsOfServiceAcceptance.d.ts +1 -1
- package/dist/model/TermsOfServiceAcceptance.js +2 -2
- package/dist/model/TestClock.d.ts +1 -1
- package/dist/model/TestClock.js +2 -2
- package/dist/model/TestConnectionRequest.d.ts +1 -1
- package/dist/model/TestConnectionRequest.js +2 -2
- package/dist/model/TestConnectionResponse.d.ts +1 -1
- package/dist/model/TestConnectionResponse.js +2 -2
- package/dist/model/Text.d.ts +1 -1
- package/dist/model/Text.js +2 -2
- package/dist/model/TextSettingsInput.d.ts +1 -1
- package/dist/model/TextSettingsInput.js +2 -2
- package/dist/model/TextSettingsResponse.d.ts +1 -1
- package/dist/model/TextSettingsResponse.js +2 -2
- package/dist/model/ThemeMapping.d.ts +1 -1
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/ThreeDSecure.d.ts +1 -1
- package/dist/model/ThreeDSecure.js +2 -2
- package/dist/model/ThreeDSecureUsage.d.ts +1 -1
- package/dist/model/ThreeDSecureUsage.js +2 -2
- package/dist/model/ThresholdReason.d.ts +1 -1
- package/dist/model/ThresholdReason.js +2 -2
- package/dist/model/Tier.d.ts +1 -1
- package/dist/model/Tier.js +2 -2
- package/dist/model/TierInput.d.ts +1 -1
- package/dist/model/TierInput.js +2 -2
- package/dist/model/TierOutput.d.ts +1 -1
- package/dist/model/TierOutput.js +2 -2
- package/dist/model/Timezone.d.ts +1 -1
- package/dist/model/Timezone.js +2 -2
- package/dist/model/Timezone1.d.ts +1 -1
- package/dist/model/Timezone1.js +2 -2
- package/dist/model/Tip.d.ts +1 -1
- package/dist/model/Tip.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +1 -1
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +1 -1
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/TosAcceptance.d.ts +1 -1
- package/dist/model/TosAcceptance.js +2 -2
- package/dist/model/TotalDetails.d.ts +1 -1
- package/dist/model/TotalDetails.js +2 -2
- package/dist/model/TotalDiscountAmount.d.ts +1 -1
- package/dist/model/TotalDiscountAmount.js +2 -2
- package/dist/model/TotalTaxAmount.d.ts +1 -1
- package/dist/model/TotalTaxAmount.js +2 -2
- package/dist/model/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/TransactionOutput.d.ts +1 -1
- package/dist/model/TransactionOutput.js +2 -2
- package/dist/model/Transfer.d.ts +12 -12
- package/dist/model/Transfer.d.ts.map +1 -1
- package/dist/model/Transfer.js +32 -32
- package/dist/model/TransferData.d.ts +1 -1
- package/dist/model/TransferData.js +2 -2
- package/dist/model/TransferInput.d.ts +1 -1
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +1 -1
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +12 -12
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts.map +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +32 -32
- package/dist/model/TransferReversal.d.ts +10 -10
- package/dist/model/TransferReversal.d.ts.map +1 -1
- package/dist/model/TransferReversal.js +32 -32
- package/dist/model/TransferReversalCollection.d.ts +1 -1
- package/dist/model/TransferReversalCollection.js +2 -2
- package/dist/model/TransformQuantity.d.ts +1 -1
- package/dist/model/TransformQuantity.js +2 -2
- package/dist/model/TransformUsage.d.ts +1 -1
- package/dist/model/TransformUsage.js +2 -2
- package/dist/model/TraversalProjectionInput.d.ts +153 -65
- package/dist/model/TraversalProjectionInput.d.ts.map +1 -1
- package/dist/model/TraversalProjectionInput.js +204 -84
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/Treasury.d.ts +1 -1
- package/dist/model/Treasury.js +2 -2
- package/dist/model/TrialSettings.d.ts +1 -1
- package/dist/model/TrialSettings.js +2 -2
- package/dist/model/URLMappingInput.d.ts +1 -1
- package/dist/model/URLMappingInput.js +2 -2
- package/dist/model/URLMappingResponse.d.ts +1 -1
- package/dist/model/URLMappingResponse.js +2 -2
- package/dist/model/Upfront.d.ts +1 -1
- package/dist/model/Upfront.js +2 -2
- package/dist/model/UsBankAccount.d.ts +1 -1
- package/dist/model/UsBankAccount.js +2 -2
- package/dist/model/User.d.ts +19 -19
- package/dist/model/User.d.ts.map +1 -1
- package/dist/model/User.js +62 -62
- package/dist/model/UserDataPayload.d.ts +19 -19
- package/dist/model/UserDataPayload.d.ts.map +1 -1
- package/dist/model/UserDataPayload.js +62 -62
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +24 -24
- package/dist/model/UserInvite.d.ts.map +1 -1
- package/dist/model/UserInvite.js +70 -70
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserPermissionPayload.d.ts +1 -1
- package/dist/model/UserPermissionPayload.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +19 -19
- package/dist/model/UserSchema.d.ts.map +1 -1
- package/dist/model/UserSchema.js +62 -62
- package/dist/model/Userid.d.ts +10 -10
- package/dist/model/Userid.d.ts.map +1 -1
- package/dist/model/Userid.js +25 -25
- package/dist/model/UsernameReminderRequest.d.ts +1 -1
- package/dist/model/UsernameReminderRequest.js +2 -2
- package/dist/model/UsernameReminderResponse.d.ts +1 -1
- package/dist/model/UsernameReminderResponse.js +2 -2
- package/dist/model/Verification.d.ts +1 -1
- package/dist/model/Verification.js +2 -2
- package/dist/model/VerifyWithMicrodeposits.d.ts +1 -1
- package/dist/model/VerifyWithMicrodeposits.js +2 -2
- package/dist/model/Video.d.ts +1 -1
- package/dist/model/Video.js +2 -2
- package/dist/model/ViewInput.d.ts +1 -1
- package/dist/model/ViewInput.js +2 -2
- package/dist/model/ViewResponse.d.ts +1 -1
- package/dist/model/ViewResponse.js +2 -2
- package/dist/model/VisaCheckout.d.ts +1 -1
- package/dist/model/VisaCheckout.js +2 -2
- package/dist/model/Wallet.d.ts +1 -1
- package/dist/model/Wallet.js +2 -2
- package/dist/model/WalletHoldInput.d.ts +1 -1
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +1 -1
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +1 -1
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +1 -1
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +1 -1
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/Wechat.d.ts +1 -1
- package/dist/model/Wechat.js +2 -2
- package/dist/model/WechatPay.d.ts +1 -1
- package/dist/model/WechatPay.js +2 -2
- package/dist/model/WechatPayDisplayQrCode.d.ts +1 -1
- package/dist/model/WechatPayDisplayQrCode.js +2 -2
- package/dist/model/WechatPayRedirectToAndroidApp.d.ts +1 -1
- package/dist/model/WechatPayRedirectToAndroidApp.js +2 -2
- package/dist/model/WechatPayRedirectToIosApp.d.ts +1 -1
- package/dist/model/WechatPayRedirectToIosApp.js +2 -2
- package/dist/model/WidgetDeployInput.d.ts +1 -1
- package/dist/model/WidgetDeployInput.js +2 -2
- package/dist/model/WidgetDeployMoveInput.d.ts +1 -1
- package/dist/model/WidgetDeployMoveInput.js +2 -2
- package/dist/model/WidgetDeployResponse.d.ts +1 -1
- package/dist/model/WidgetDeployResponse.js +2 -2
- package/dist/model/WidgetDeployUpdateInput.d.ts +1 -1
- package/dist/model/WidgetDeployUpdateInput.js +2 -2
- package/dist/model/WidgetInput.d.ts +1 -1
- package/dist/model/WidgetInput.js +2 -2
- package/dist/model/WidgetResponse.d.ts +1 -1
- package/dist/model/WidgetResponse.js +2 -2
- package/dist/model/WidgetScreenInput.d.ts +1 -1
- package/dist/model/WidgetScreenInput.js +2 -2
- package/dist/model/WysiwygSettingsInput.d.ts +1 -1
- package/dist/model/WysiwygSettingsInput.js +2 -2
- package/dist/model/WysiwygSettingsResponse.d.ts +1 -1
- package/dist/model/WysiwygSettingsResponse.js +2 -2
- package/dist/model/Zengin.d.ts +1 -1
- package/dist/model/Zengin.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +19 -19
- package/dist/model/ZeusPortalCategory.d.ts.map +1 -1
- package/dist/model/ZeusPortalCategory.js +58 -58
- package/dist/model/Zip.d.ts +1 -1
- package/dist/model/Zip.js +2 -2
- package/dist/src/api/AIApi.d.ts +6 -6
- package/dist/src/api/AIConversationsApi.d.ts +10 -10
- package/dist/src/api/AbilitiesApi.d.ts +3 -3
- package/dist/src/api/ActionTypesApi.d.ts +1 -1
- package/dist/src/api/AdCampaignsApi.d.ts +7 -7
- package/dist/src/api/AdManagementApi.d.ts +12 -12
- package/dist/src/api/AdminDataManagementApi.d.ts +1 -1
- package/dist/src/api/AdsApi.d.ts +5 -5
- package/dist/src/api/AttachmentsApi.d.ts +6 -6
- package/dist/src/api/AuthenticationApi.d.ts +11 -11
- package/dist/src/api/BatchApi.d.ts +7 -7
- package/dist/src/api/CategoriesApi.d.ts +7 -7
- package/dist/src/api/CircleAccountsApi.d.ts +10 -10
- package/dist/src/api/CommentsApi.d.ts +9 -9
- package/dist/src/api/ContentManagementApi.d.ts +28 -28
- package/dist/src/api/ConversationsApi.d.ts +8 -8
- package/dist/src/api/CurrencyApi.d.ts +7 -7
- package/dist/src/api/DataSheetImportsApi.d.ts +15 -15
- package/dist/src/api/DataSyncApi.d.ts +9 -9
- package/dist/src/api/DefaultApi.d.ts +12 -12
- package/dist/src/api/DocumentPartTypesApi.d.ts +2 -2
- package/dist/src/api/DocumentTypesApi.d.ts +2 -2
- package/dist/src/api/DocumentsApi.d.ts +14 -14
- package/dist/src/api/DynamoDBSyncApi.d.ts +1 -1
- package/dist/src/api/EmailApi.d.ts +1 -1
- package/dist/src/api/EmailsApi.d.ts +4 -4
- package/dist/src/api/EntryPartsApi.d.ts +12 -12
- package/dist/src/api/FacebookApi.d.ts +1 -1
- package/dist/src/api/FieldsApi.d.ts +8 -8
- package/dist/src/api/FilesApi.d.ts +6 -6
- package/dist/src/api/FormsApi.d.ts +14 -14
- package/dist/src/api/FunctionsApi.d.ts +25 -25
- package/dist/src/api/GeocodeApi.d.ts +3 -3
- package/dist/src/api/GobodoManagementApi.d.ts +17 -17
- package/dist/src/api/GoogleApi.d.ts +1 -1
- package/dist/src/api/GraphActionTypesApi.d.ts +18 -18
- package/dist/src/api/GraphActionsApi.d.ts +11 -11
- package/dist/src/api/GraphObjectPermissionsApi.d.ts +10 -10
- package/dist/src/api/GraphObjectTypesApi.d.ts +33 -33
- package/dist/src/api/GraphObjectsApi.d.ts +45 -45
- package/dist/src/api/GraphRelationshipTypesApi.d.ts +26 -26
- package/dist/src/api/GraphRelationshipsApi.d.ts +21 -21
- package/dist/src/api/GraphSchemasApi.d.ts +20 -20
- package/dist/src/api/GraphTraversalApi.d.ts +7 -7
- package/dist/src/api/GraphsApi.d.ts +27 -27
- package/dist/src/api/IAMApi.d.ts +4 -4
- package/dist/src/api/ImagesApi.d.ts +6 -6
- package/dist/src/api/InvitesApi.d.ts +5 -5
- package/dist/src/api/LaunchTemplatesApi.d.ts +16 -16
- package/dist/src/api/LikesApi.d.ts +13 -13
- package/dist/src/api/LinkedINApi.d.ts +1 -1
- package/dist/src/api/LinksApi.d.ts +9 -9
- package/dist/src/api/LiveMeetingsApi.d.ts +2 -2
- package/dist/src/api/MeetingEventsApi.d.ts +24 -24
- package/dist/src/api/MenuItemsApi.d.ts +6 -6
- package/dist/src/api/MenusApi.d.ts +6 -6
- package/dist/src/api/NotificationsApi.d.ts +14 -14
- package/dist/src/api/PageLayoutsApi.d.ts +6 -6
- package/dist/src/api/PagesApi.d.ts +18 -18
- package/dist/src/api/PasswordResetApi.d.ts +1 -1
- package/dist/src/api/PayPalAccountsApi.d.ts +3 -3
- package/dist/src/api/PhoneNumbersApi.d.ts +5 -5
- package/dist/src/api/PostsApi.d.ts +9 -9
- package/dist/src/api/PrivateMessagesApi.d.ts +15 -15
- package/dist/src/api/ProxyServersApi.d.ts +14 -14
- package/dist/src/api/PublicationsApi.d.ts +9 -9
- package/dist/src/api/RestApplicationsApi.d.ts +8 -8
- package/dist/src/api/SchemaViewsApi.d.ts +5 -5
- package/dist/src/api/ScreensApi.d.ts +2 -2
- package/dist/src/api/SearchApi.d.ts +6 -6
- package/dist/src/api/SitesApi.d.ts +15 -15
- package/dist/src/api/SocialGroupsApi.d.ts +20 -20
- package/dist/src/api/SocialIntegrationApi.d.ts +4 -4
- package/dist/src/api/SquareAccountsApi.d.ts +3 -3
- package/dist/src/api/StripeAccountsApi.d.ts +92 -92
- package/dist/src/api/TabDefinitionsApi.d.ts +4 -4
- package/dist/src/api/TabSetsApi.d.ts +7 -7
- package/dist/src/api/TagsApi.d.ts +1 -1
- package/dist/src/api/TemplatesApi.d.ts +9 -9
- package/dist/src/api/ThemeMappingsApi.d.ts +8 -8
- package/dist/src/api/TopicsApi.d.ts +8 -8
- package/dist/src/api/TwitterApi.d.ts +1 -1
- package/dist/src/api/URLMappingsApi.d.ts +8 -8
- package/dist/src/api/UserManagerAdministrationApi.d.ts +27 -27
- package/dist/src/api/UserTagsApi.d.ts +3 -3
- package/dist/src/api/UsersApi.d.ts +13 -13
- package/dist/src/api/VideosApi.d.ts +10 -10
- package/dist/src/api/ViewsApi.d.ts +5 -5
- package/dist/src/api/WalletsApi.d.ts +17 -17
- package/dist/src/api/WidgetsApi.d.ts +12 -12
- package/package.json +2 -2
|
@@ -8,7 +8,6 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
|
8
8
|
var _Base64ImportUpload = _interopRequireDefault(require("../model/Base64ImportUpload"));
|
|
9
9
|
var _BulkUpsertActionPayload = _interopRequireDefault(require("../model/BulkUpsertActionPayload"));
|
|
10
10
|
var _BulkUpsertRelationshipPayload = _interopRequireDefault(require("../model/BulkUpsertRelationshipPayload"));
|
|
11
|
-
var _CacheInvalidation = _interopRequireDefault(require("../model/CacheInvalidation"));
|
|
12
11
|
var _GraphActionPayload = _interopRequireDefault(require("../model/GraphActionPayload"));
|
|
13
12
|
var _GraphActionResponse = _interopRequireDefault(require("../model/GraphActionResponse"));
|
|
14
13
|
var _GraphObjectPayload = _interopRequireDefault(require("../model/GraphObjectPayload"));
|
|
@@ -31,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
30
|
* gobodo-api
|
|
32
31
|
* REST Interface for Gobodo API
|
|
33
32
|
*
|
|
34
|
-
* The version of the OpenAPI document: 0.1.
|
|
33
|
+
* The version of the OpenAPI document: 0.1.216
|
|
35
34
|
* Contact: info@gobodo.io
|
|
36
35
|
*
|
|
37
36
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -42,7 +41,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
42
41
|
/**
|
|
43
42
|
* GraphObjects service.
|
|
44
43
|
* @module api/GraphObjectsApi
|
|
45
|
-
* @version 0.1.
|
|
44
|
+
* @version 0.1.216
|
|
46
45
|
*/
|
|
47
46
|
var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
48
47
|
/**
|
|
@@ -64,12 +63,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
64
63
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
65
64
|
* @param {Object} opts Optional parameters
|
|
66
65
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
67
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
68
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
69
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
70
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
71
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
72
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
73
66
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
74
67
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
75
68
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -93,14 +86,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
86
|
var pathParams = {
|
|
94
87
|
'objectid': objectid
|
|
95
88
|
};
|
|
96
|
-
var queryParams = {
|
|
97
|
-
'cacheduration': opts['cacheduration'],
|
|
98
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
99
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
100
|
-
'cachescope': opts['cachescope'],
|
|
101
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
102
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
103
|
-
};
|
|
89
|
+
var queryParams = {};
|
|
104
90
|
var headerParams = {
|
|
105
91
|
'Authorization': opts['authorization'],
|
|
106
92
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -124,12 +110,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
110
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
125
111
|
* @param {Object} opts Optional parameters
|
|
126
112
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
127
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
128
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
129
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
130
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
131
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
132
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
133
113
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
134
114
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
135
115
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -151,12 +131,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
131
|
* @param {Number} objectid The id of the object we are streaming
|
|
152
132
|
* @param {Object} opts Optional parameters
|
|
153
133
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
154
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
155
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
156
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
157
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
158
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
159
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
160
134
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
161
135
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
162
136
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -176,14 +150,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
150
|
var pathParams = {
|
|
177
151
|
'objectid': objectid
|
|
178
152
|
};
|
|
179
|
-
var queryParams = {
|
|
180
|
-
'cacheduration': opts['cacheduration'],
|
|
181
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
182
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
183
|
-
'cachescope': opts['cachescope'],
|
|
184
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
185
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
186
|
-
};
|
|
153
|
+
var queryParams = {};
|
|
187
154
|
var headerParams = {
|
|
188
155
|
'Authorization': opts['authorization'],
|
|
189
156
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -206,12 +173,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
206
173
|
* @param {Number} objectid The id of the object we are streaming
|
|
207
174
|
* @param {Object} opts Optional parameters
|
|
208
175
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
209
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
210
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
211
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
212
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
213
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
214
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
215
176
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
216
177
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
217
178
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -234,12 +195,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
195
|
* @param {Array.<module:model/GraphActionPayload>} graphActionPayload Actions payload
|
|
235
196
|
* @param {Object} opts Optional parameters
|
|
236
197
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
237
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
238
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
239
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
240
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
241
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
242
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
243
198
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
244
199
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
245
200
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -263,14 +218,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
263
218
|
var pathParams = {
|
|
264
219
|
'id': id
|
|
265
220
|
};
|
|
266
|
-
var queryParams = {
|
|
267
|
-
'cacheduration': opts['cacheduration'],
|
|
268
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
269
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
270
|
-
'cachescope': opts['cachescope'],
|
|
271
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
272
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
273
|
-
};
|
|
221
|
+
var queryParams = {};
|
|
274
222
|
var headerParams = {
|
|
275
223
|
'Authorization': opts['authorization'],
|
|
276
224
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -294,12 +242,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
294
242
|
* @param {Array.<module:model/GraphActionPayload>} graphActionPayload Actions payload
|
|
295
243
|
* @param {Object} opts Optional parameters
|
|
296
244
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
297
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
298
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
299
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
300
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
301
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
302
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
303
245
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
304
246
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
305
247
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -322,12 +264,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
322
264
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
323
265
|
* @param {Object} opts Optional parameters
|
|
324
266
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
325
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
326
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
327
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
328
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
329
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
330
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
331
267
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
332
268
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
333
269
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -351,14 +287,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
351
287
|
var pathParams = {
|
|
352
288
|
'inviteid': inviteid
|
|
353
289
|
};
|
|
354
|
-
var queryParams = {
|
|
355
|
-
'cacheduration': opts['cacheduration'],
|
|
356
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
357
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
358
|
-
'cachescope': opts['cachescope'],
|
|
359
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
360
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
361
|
-
};
|
|
290
|
+
var queryParams = {};
|
|
362
291
|
var headerParams = {
|
|
363
292
|
'Authorization': opts['authorization'],
|
|
364
293
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -382,12 +311,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
382
311
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
383
312
|
* @param {Object} opts Optional parameters
|
|
384
313
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
385
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
386
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
387
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
388
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
389
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
390
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
391
314
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
392
315
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
393
316
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -409,12 +332,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
409
332
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
|
|
410
333
|
* @param {Object} opts Optional parameters
|
|
411
334
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
412
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
413
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
414
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
415
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
416
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
417
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
418
335
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
419
336
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
420
337
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -435,12 +352,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
435
352
|
}
|
|
436
353
|
var pathParams = {};
|
|
437
354
|
var queryParams = {
|
|
438
|
-
'cacheduration': opts['cacheduration'],
|
|
439
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
440
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
441
|
-
'cachescope': opts['cachescope'],
|
|
442
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
443
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
444
355
|
'batchId': opts['batchId'],
|
|
445
356
|
'priority': opts['priority']
|
|
446
357
|
};
|
|
@@ -466,12 +377,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
466
377
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
|
|
467
378
|
* @param {Object} opts Optional parameters
|
|
468
379
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
469
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
470
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
471
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
472
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
473
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
474
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
475
380
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
476
381
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
477
382
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -495,12 +400,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
495
400
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject payload; key is required
|
|
496
401
|
* @param {Object} opts Optional parameters
|
|
497
402
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
498
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
499
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
500
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
501
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
502
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
503
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
504
403
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
505
404
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
506
405
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -521,12 +420,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
521
420
|
}
|
|
522
421
|
var pathParams = {};
|
|
523
422
|
var queryParams = {
|
|
524
|
-
'cacheduration': opts['cacheduration'],
|
|
525
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
526
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
527
|
-
'cachescope': opts['cachescope'],
|
|
528
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
529
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
530
423
|
'batchId': opts['batchId'],
|
|
531
424
|
'priority': opts['priority']
|
|
532
425
|
};
|
|
@@ -552,12 +445,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
552
445
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject payload; key is required
|
|
553
446
|
* @param {Object} opts Optional parameters
|
|
554
447
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
555
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
556
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
557
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
558
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
559
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
560
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
561
448
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
562
449
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
563
450
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -581,12 +468,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
581
468
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads to create
|
|
582
469
|
* @param {Object} opts Optional parameters
|
|
583
470
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
584
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
585
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
586
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
587
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
588
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
589
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
590
471
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
591
472
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
592
473
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -608,12 +489,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
608
489
|
}
|
|
609
490
|
var pathParams = {};
|
|
610
491
|
var queryParams = {
|
|
611
|
-
'cacheduration': opts['cacheduration'],
|
|
612
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
613
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
614
|
-
'cachescope': opts['cachescope'],
|
|
615
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
616
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
617
492
|
'batchId': opts['batchId'],
|
|
618
493
|
'priority': opts['priority'],
|
|
619
494
|
'summary': opts['summary']
|
|
@@ -640,12 +515,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
640
515
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads to create
|
|
641
516
|
* @param {Object} opts Optional parameters
|
|
642
517
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
643
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
644
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
645
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
646
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
647
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
648
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
649
518
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
650
519
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
651
520
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -670,12 +539,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
670
539
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads; key is required for each item
|
|
671
540
|
* @param {Object} opts Optional parameters
|
|
672
541
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
673
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
674
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
675
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
676
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
677
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
678
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
679
542
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
680
543
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
681
544
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -697,12 +560,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
697
560
|
}
|
|
698
561
|
var pathParams = {};
|
|
699
562
|
var queryParams = {
|
|
700
|
-
'cacheduration': opts['cacheduration'],
|
|
701
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
702
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
703
|
-
'cachescope': opts['cachescope'],
|
|
704
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
705
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
706
563
|
'batchId': opts['batchId'],
|
|
707
564
|
'priority': opts['priority'],
|
|
708
565
|
'summary': opts['summary']
|
|
@@ -729,12 +586,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
729
586
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads; key is required for each item
|
|
730
587
|
* @param {Object} opts Optional parameters
|
|
731
588
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
732
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
733
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
734
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
735
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
736
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
737
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
738
589
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
739
590
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
740
591
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -758,12 +609,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
758
609
|
* Bulk create objects if absent. Upload a JSON file containing an array of GraphObject payloads.
|
|
759
610
|
* @param {Object} opts Optional parameters
|
|
760
611
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
761
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
762
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
763
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
764
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
765
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
766
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
767
612
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
768
613
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
769
614
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -782,12 +627,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
782
627
|
var postBody = null;
|
|
783
628
|
var pathParams = {};
|
|
784
629
|
var queryParams = {
|
|
785
|
-
'cacheduration': opts['cacheduration'],
|
|
786
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
787
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
788
|
-
'cachescope': opts['cachescope'],
|
|
789
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
790
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
791
630
|
'summary': opts['summary']
|
|
792
631
|
};
|
|
793
632
|
var headerParams = {
|
|
@@ -815,12 +654,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
815
654
|
* Bulk create objects if absent. Upload a JSON file containing an array of GraphObject payloads.
|
|
816
655
|
* @param {Object} opts Optional parameters
|
|
817
656
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
818
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
819
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
820
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
821
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
822
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
823
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
824
657
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
825
658
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
826
659
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -846,12 +679,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
846
679
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
847
680
|
* @param {Object} opts Optional parameters
|
|
848
681
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
849
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
850
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
851
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
852
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
853
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
854
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
855
682
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
856
683
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
857
684
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -871,12 +698,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
871
698
|
}
|
|
872
699
|
var pathParams = {};
|
|
873
700
|
var queryParams = {
|
|
874
|
-
'cacheduration': opts['cacheduration'],
|
|
875
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
876
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
877
|
-
'cachescope': opts['cachescope'],
|
|
878
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
879
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
880
701
|
'summary': opts['summary']
|
|
881
702
|
};
|
|
882
703
|
var headerParams = {
|
|
@@ -901,12 +722,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
901
722
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
902
723
|
* @param {Object} opts Optional parameters
|
|
903
724
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
904
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
905
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
906
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
907
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
908
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
909
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
910
725
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
911
726
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
912
727
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -928,12 +743,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
928
743
|
* Bulk create objects. Upload a JSON file containing an array of GraphObject payloads (same as POST /object/batch body).
|
|
929
744
|
* @param {Object} opts Optional parameters
|
|
930
745
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
931
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
932
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
933
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
934
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
935
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
936
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
937
746
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
938
747
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
939
748
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -952,12 +761,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
952
761
|
var postBody = null;
|
|
953
762
|
var pathParams = {};
|
|
954
763
|
var queryParams = {
|
|
955
|
-
'cacheduration': opts['cacheduration'],
|
|
956
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
957
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
958
|
-
'cachescope': opts['cachescope'],
|
|
959
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
960
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
961
764
|
'summary': opts['summary']
|
|
962
765
|
};
|
|
963
766
|
var headerParams = {
|
|
@@ -985,12 +788,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
985
788
|
* Bulk create objects. Upload a JSON file containing an array of GraphObject payloads (same as POST /object/batch body).
|
|
986
789
|
* @param {Object} opts Optional parameters
|
|
987
790
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
988
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
989
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
990
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
991
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
992
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
993
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
994
791
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
995
792
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
996
793
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1016,12 +813,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1016
813
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload (file: data URI or raw base64)
|
|
1017
814
|
* @param {Object} opts Optional parameters
|
|
1018
815
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1019
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1020
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1021
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1022
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1023
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1024
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1025
816
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1026
817
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1027
818
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1041,12 +832,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1041
832
|
}
|
|
1042
833
|
var pathParams = {};
|
|
1043
834
|
var queryParams = {
|
|
1044
|
-
'cacheduration': opts['cacheduration'],
|
|
1045
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1046
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1047
|
-
'cachescope': opts['cachescope'],
|
|
1048
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1049
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1050
835
|
'summary': opts['summary']
|
|
1051
836
|
};
|
|
1052
837
|
var headerParams = {
|
|
@@ -1071,12 +856,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1071
856
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload (file: data URI or raw base64)
|
|
1072
857
|
* @param {Object} opts Optional parameters
|
|
1073
858
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1074
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1075
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1076
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1077
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1078
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1079
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1080
859
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1081
860
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1082
861
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1100,12 +879,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1100
879
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Relationship payload
|
|
1101
880
|
* @param {Object} opts Optional parameters
|
|
1102
881
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1103
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1104
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1105
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1106
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1107
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1108
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1109
882
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1110
883
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1111
884
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1132,12 +905,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1132
905
|
'id': id
|
|
1133
906
|
};
|
|
1134
907
|
var queryParams = {
|
|
1135
|
-
'cacheduration': opts['cacheduration'],
|
|
1136
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1137
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1138
|
-
'cachescope': opts['cachescope'],
|
|
1139
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1140
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1141
908
|
'batchId': opts['batchId'],
|
|
1142
909
|
'priority': opts['priority']
|
|
1143
910
|
};
|
|
@@ -1164,12 +931,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1164
931
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Relationship payload
|
|
1165
932
|
* @param {Object} opts Optional parameters
|
|
1166
933
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1167
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1168
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1169
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1170
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1171
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1172
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1173
934
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1174
935
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1175
936
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1194,12 +955,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1194
955
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Relationship payload; key is required
|
|
1195
956
|
* @param {Object} opts Optional parameters
|
|
1196
957
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1197
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1198
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1199
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1200
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1201
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1202
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1203
958
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1204
959
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1205
960
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1226,12 +981,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1226
981
|
'id': id
|
|
1227
982
|
};
|
|
1228
983
|
var queryParams = {
|
|
1229
|
-
'cacheduration': opts['cacheduration'],
|
|
1230
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1231
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1232
|
-
'cachescope': opts['cachescope'],
|
|
1233
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1234
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1235
984
|
'batchId': opts['batchId'],
|
|
1236
985
|
'priority': opts['priority']
|
|
1237
986
|
};
|
|
@@ -1258,12 +1007,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1258
1007
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Relationship payload; key is required
|
|
1259
1008
|
* @param {Object} opts Optional parameters
|
|
1260
1009
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1261
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1262
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1263
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1264
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1265
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1266
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1267
1010
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1268
1011
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1269
1012
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1288,12 +1031,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1288
1031
|
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Array of relationship payloads
|
|
1289
1032
|
* @param {Object} opts Optional parameters
|
|
1290
1033
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1291
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1292
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1293
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1294
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1295
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1296
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1297
1034
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1298
1035
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1299
1036
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1321,12 +1058,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1321
1058
|
'id': id
|
|
1322
1059
|
};
|
|
1323
1060
|
var queryParams = {
|
|
1324
|
-
'cacheduration': opts['cacheduration'],
|
|
1325
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1326
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1327
|
-
'cachescope': opts['cachescope'],
|
|
1328
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1329
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1330
1061
|
'batchId': opts['batchId'],
|
|
1331
1062
|
'priority': opts['priority'],
|
|
1332
1063
|
'summary': opts['summary']
|
|
@@ -1354,12 +1085,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1354
1085
|
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Array of relationship payloads
|
|
1355
1086
|
* @param {Object} opts Optional parameters
|
|
1356
1087
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1357
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1358
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1359
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1360
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1361
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1362
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1363
1088
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1364
1089
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1365
1090
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1384,12 +1109,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1384
1109
|
* @param {Array.<module:model/BulkUpsertRelationshipPayload>} bulkUpsertRelationshipPayload Array of bulk relationship payloads; key is required for each item
|
|
1385
1110
|
* @param {Object} opts Optional parameters
|
|
1386
1111
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1387
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1388
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1389
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1390
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1391
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1392
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1393
1112
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1394
1113
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1395
1114
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1411,12 +1130,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1411
1130
|
}
|
|
1412
1131
|
var pathParams = {};
|
|
1413
1132
|
var queryParams = {
|
|
1414
|
-
'cacheduration': opts['cacheduration'],
|
|
1415
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1416
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1417
|
-
'cachescope': opts['cachescope'],
|
|
1418
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1419
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1420
1133
|
'batchId': opts['batchId'],
|
|
1421
1134
|
'priority': opts['priority'],
|
|
1422
1135
|
'summary': opts['summary']
|
|
@@ -1443,12 +1156,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1443
1156
|
* @param {Array.<module:model/BulkUpsertRelationshipPayload>} bulkUpsertRelationshipPayload Array of bulk relationship payloads; key is required for each item
|
|
1444
1157
|
* @param {Object} opts Optional parameters
|
|
1445
1158
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1446
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1447
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1448
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1449
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1450
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1451
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1452
1159
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1453
1160
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1454
1161
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1472,12 +1179,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1472
1179
|
* Bulk create relationships if absent. Upload a JSON file containing an array of relationship payloads with keys.
|
|
1473
1180
|
* @param {Object} opts Optional parameters
|
|
1474
1181
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1475
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1476
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1477
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1478
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1479
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1480
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1481
1182
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1482
1183
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1483
1184
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1496,12 +1197,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1496
1197
|
var postBody = null;
|
|
1497
1198
|
var pathParams = {};
|
|
1498
1199
|
var queryParams = {
|
|
1499
|
-
'cacheduration': opts['cacheduration'],
|
|
1500
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1501
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1502
|
-
'cachescope': opts['cachescope'],
|
|
1503
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1504
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1505
1200
|
'summary': opts['summary']
|
|
1506
1201
|
};
|
|
1507
1202
|
var headerParams = {
|
|
@@ -1529,12 +1224,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1529
1224
|
* Bulk create relationships if absent. Upload a JSON file containing an array of relationship payloads with keys.
|
|
1530
1225
|
* @param {Object} opts Optional parameters
|
|
1531
1226
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1532
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1533
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1534
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1535
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1536
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1537
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1538
1227
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1539
1228
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1540
1229
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1560,12 +1249,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1560
1249
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
1561
1250
|
* @param {Object} opts Optional parameters
|
|
1562
1251
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1563
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1564
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1565
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1566
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1567
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1568
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1569
1252
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1570
1253
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1571
1254
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1585,12 +1268,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1585
1268
|
}
|
|
1586
1269
|
var pathParams = {};
|
|
1587
1270
|
var queryParams = {
|
|
1588
|
-
'cacheduration': opts['cacheduration'],
|
|
1589
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1590
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1591
|
-
'cachescope': opts['cachescope'],
|
|
1592
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1593
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1594
1271
|
'summary': opts['summary']
|
|
1595
1272
|
};
|
|
1596
1273
|
var headerParams = {
|
|
@@ -1615,12 +1292,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1615
1292
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
1616
1293
|
* @param {Object} opts Optional parameters
|
|
1617
1294
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1618
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1619
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1620
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1621
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1622
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1623
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1624
1295
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1625
1296
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1626
1297
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1643,12 +1314,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1643
1314
|
* @param {Number} id
|
|
1644
1315
|
* @param {Object} opts Optional parameters
|
|
1645
1316
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1646
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1647
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1648
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1649
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1650
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1651
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1652
1317
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1653
1318
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1654
1319
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1673,12 +1338,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1673
1338
|
'id': id
|
|
1674
1339
|
};
|
|
1675
1340
|
var queryParams = {
|
|
1676
|
-
'cacheduration': opts['cacheduration'],
|
|
1677
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1678
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1679
|
-
'cachescope': opts['cachescope'],
|
|
1680
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1681
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1682
1341
|
'summary': opts['summary']
|
|
1683
1342
|
};
|
|
1684
1343
|
var headerParams = {
|
|
@@ -1707,12 +1366,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1707
1366
|
* @param {Number} id
|
|
1708
1367
|
* @param {Object} opts Optional parameters
|
|
1709
1368
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1710
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1711
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1712
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1713
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1714
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1715
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1716
1369
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1717
1370
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1718
1371
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1739,12 +1392,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1739
1392
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
1740
1393
|
* @param {Object} opts Optional parameters
|
|
1741
1394
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1742
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1743
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1744
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1745
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1746
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1747
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1748
1395
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1749
1396
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1750
1397
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1770,12 +1417,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1770
1417
|
'id': id
|
|
1771
1418
|
};
|
|
1772
1419
|
var queryParams = {
|
|
1773
|
-
'cacheduration': opts['cacheduration'],
|
|
1774
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1775
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1776
|
-
'cachescope': opts['cachescope'],
|
|
1777
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1778
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
1779
1420
|
'summary': opts['summary']
|
|
1780
1421
|
};
|
|
1781
1422
|
var headerParams = {
|
|
@@ -1801,12 +1442,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1801
1442
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
1802
1443
|
* @param {Object} opts Optional parameters
|
|
1803
1444
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1804
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1805
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1806
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1807
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1808
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1809
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1810
1445
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1811
1446
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1812
1447
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1829,12 +1464,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1829
1464
|
* @param {Number} objectid
|
|
1830
1465
|
* @param {Object} opts Optional parameters
|
|
1831
1466
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1832
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1833
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1834
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1835
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1836
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1837
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1838
1467
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1839
1468
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1840
1469
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1854,14 +1483,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1854
1483
|
var pathParams = {
|
|
1855
1484
|
'objectid': objectid
|
|
1856
1485
|
};
|
|
1857
|
-
var queryParams = {
|
|
1858
|
-
'cacheduration': opts['cacheduration'],
|
|
1859
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1860
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1861
|
-
'cachescope': opts['cachescope'],
|
|
1862
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1863
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1864
|
-
};
|
|
1486
|
+
var queryParams = {};
|
|
1865
1487
|
var headerParams = {
|
|
1866
1488
|
'Authorization': opts['authorization'],
|
|
1867
1489
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -1884,12 +1506,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1884
1506
|
* @param {Number} objectid
|
|
1885
1507
|
* @param {Object} opts Optional parameters
|
|
1886
1508
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1887
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1888
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1889
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1890
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1891
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1892
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1893
1509
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1894
1510
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1895
1511
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1911,12 +1527,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1911
1527
|
* @param {Number} id The id of the object to delete
|
|
1912
1528
|
* @param {Object} opts Optional parameters
|
|
1913
1529
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1914
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1915
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1916
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1917
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1918
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1919
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1920
1530
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1921
1531
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1922
1532
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1936,14 +1546,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1936
1546
|
var pathParams = {
|
|
1937
1547
|
'id': id
|
|
1938
1548
|
};
|
|
1939
|
-
var queryParams = {
|
|
1940
|
-
'cacheduration': opts['cacheduration'],
|
|
1941
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1942
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1943
|
-
'cachescope': opts['cachescope'],
|
|
1944
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1945
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1946
|
-
};
|
|
1549
|
+
var queryParams = {};
|
|
1947
1550
|
var headerParams = {
|
|
1948
1551
|
'Authorization': opts['authorization'],
|
|
1949
1552
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -1966,12 +1569,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1966
1569
|
* @param {Number} id The id of the object to delete
|
|
1967
1570
|
* @param {Object} opts Optional parameters
|
|
1968
1571
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1969
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1970
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1971
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1972
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1973
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1974
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1975
1572
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1976
1573
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1977
1574
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1993,12 +1590,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1993
1590
|
* @param {Number} objectid
|
|
1994
1591
|
* @param {Object} opts Optional parameters
|
|
1995
1592
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1996
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1997
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1998
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1999
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2000
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2001
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2002
1593
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2003
1594
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2004
1595
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2018,14 +1609,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2018
1609
|
var pathParams = {
|
|
2019
1610
|
'objectid': objectid
|
|
2020
1611
|
};
|
|
2021
|
-
var queryParams = {
|
|
2022
|
-
'cacheduration': opts['cacheduration'],
|
|
2023
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2024
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2025
|
-
'cachescope': opts['cachescope'],
|
|
2026
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2027
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2028
|
-
};
|
|
1612
|
+
var queryParams = {};
|
|
2029
1613
|
var headerParams = {
|
|
2030
1614
|
'Authorization': opts['authorization'],
|
|
2031
1615
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -2048,12 +1632,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2048
1632
|
* @param {Number} objectid
|
|
2049
1633
|
* @param {Object} opts Optional parameters
|
|
2050
1634
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2051
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2052
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2053
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2054
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2055
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2056
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2057
1635
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2058
1636
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2059
1637
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2075,12 +1653,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2075
1653
|
* @param {Number} id
|
|
2076
1654
|
* @param {Object} opts Optional parameters
|
|
2077
1655
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2078
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2079
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2080
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2081
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2082
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2083
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2084
1656
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2085
1657
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2086
1658
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2105,12 +1677,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2105
1677
|
'id': id
|
|
2106
1678
|
};
|
|
2107
1679
|
var queryParams = {
|
|
2108
|
-
'cacheduration': opts['cacheduration'],
|
|
2109
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2110
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2111
|
-
'cachescope': opts['cachescope'],
|
|
2112
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2113
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2114
1680
|
'objectSections': opts['objectSections'],
|
|
2115
1681
|
'relationshipSections': opts['relationshipSections'],
|
|
2116
1682
|
'actionSections': opts['actionSections'],
|
|
@@ -2138,12 +1704,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2138
1704
|
* @param {Number} id
|
|
2139
1705
|
* @param {Object} opts Optional parameters
|
|
2140
1706
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2141
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2142
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2143
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2144
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2145
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2146
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2147
1707
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2148
1708
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2149
1709
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2170,12 +1730,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2170
1730
|
* @param {Number} actiontypeid
|
|
2171
1731
|
* @param {Object} opts Optional parameters
|
|
2172
1732
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2173
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2174
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2175
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2176
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2177
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2178
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2179
1733
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2180
1734
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2181
1735
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2205,12 +1759,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2205
1759
|
'actiontypeid': actiontypeid
|
|
2206
1760
|
};
|
|
2207
1761
|
var queryParams = {
|
|
2208
|
-
'cacheduration': opts['cacheduration'],
|
|
2209
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2210
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2211
|
-
'cachescope': opts['cachescope'],
|
|
2212
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2213
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2214
1762
|
'objectSections': opts['objectSections'],
|
|
2215
1763
|
'relationshipSections': opts['relationshipSections'],
|
|
2216
1764
|
'actionSections': opts['actionSections'],
|
|
@@ -2239,12 +1787,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2239
1787
|
* @param {Number} actiontypeid
|
|
2240
1788
|
* @param {Object} opts Optional parameters
|
|
2241
1789
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2242
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2243
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2244
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2245
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2246
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2247
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2248
1790
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2249
1791
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2250
1792
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2270,12 +1812,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2270
1812
|
* @param {Number} id
|
|
2271
1813
|
* @param {Object} opts Optional parameters
|
|
2272
1814
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2273
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2274
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2275
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2276
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2277
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2278
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2279
1815
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2280
1816
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2281
1817
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2300,12 +1836,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2300
1836
|
'id': id
|
|
2301
1837
|
};
|
|
2302
1838
|
var queryParams = {
|
|
2303
|
-
'cacheduration': opts['cacheduration'],
|
|
2304
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2305
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2306
|
-
'cachescope': opts['cachescope'],
|
|
2307
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2308
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2309
1839
|
'objectSections': opts['objectSections'],
|
|
2310
1840
|
'relationshipSections': opts['relationshipSections'],
|
|
2311
1841
|
'actionSections': opts['actionSections'],
|
|
@@ -2333,12 +1863,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2333
1863
|
* @param {Number} id
|
|
2334
1864
|
* @param {Object} opts Optional parameters
|
|
2335
1865
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2336
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2337
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2338
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2339
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2340
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2341
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2342
1866
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2343
1867
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2344
1868
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2365,12 +1889,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2365
1889
|
* @param {Number} reltypeid
|
|
2366
1890
|
* @param {Object} opts Optional parameters
|
|
2367
1891
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2368
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2369
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2370
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2371
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2372
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2373
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2374
1892
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2375
1893
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2376
1894
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2400,12 +1918,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2400
1918
|
'reltypeid': reltypeid
|
|
2401
1919
|
};
|
|
2402
1920
|
var queryParams = {
|
|
2403
|
-
'cacheduration': opts['cacheduration'],
|
|
2404
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2405
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2406
|
-
'cachescope': opts['cachescope'],
|
|
2407
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2408
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2409
1921
|
'objectSections': opts['objectSections'],
|
|
2410
1922
|
'relationshipSections': opts['relationshipSections'],
|
|
2411
1923
|
'actionSections': opts['actionSections'],
|
|
@@ -2434,12 +1946,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2434
1946
|
* @param {Number} reltypeid
|
|
2435
1947
|
* @param {Object} opts Optional parameters
|
|
2436
1948
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2437
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2438
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2439
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2440
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2441
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2442
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2443
1949
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2444
1950
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2445
1951
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2465,12 +1971,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2465
1971
|
* @param {Number} id The id of the object that we are retrieving
|
|
2466
1972
|
* @param {Object} opts Optional parameters
|
|
2467
1973
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2468
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2469
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2470
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2471
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2472
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2473
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2474
1974
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2475
1975
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2476
1976
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2497,12 +1997,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2497
1997
|
'id': id
|
|
2498
1998
|
};
|
|
2499
1999
|
var queryParams = {
|
|
2500
|
-
'cacheduration': opts['cacheduration'],
|
|
2501
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2502
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2503
|
-
'cachescope': opts['cachescope'],
|
|
2504
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2505
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2506
2000
|
'objectSections': opts['objectSections'],
|
|
2507
2001
|
'relationshipSections': opts['relationshipSections'],
|
|
2508
2002
|
'actionSections': opts['actionSections'],
|
|
@@ -2532,12 +2026,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2532
2026
|
* @param {Number} id The id of the object that we are retrieving
|
|
2533
2027
|
* @param {Object} opts Optional parameters
|
|
2534
2028
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2535
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2536
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2537
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2538
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2539
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2540
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2541
2029
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2542
2030
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2543
2031
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2565,12 +2053,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2565
2053
|
* @param {String} key The unique key of the object we are retrieving
|
|
2566
2054
|
* @param {Object} opts Optional parameters
|
|
2567
2055
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2568
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2569
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2570
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2571
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2572
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2573
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2574
2056
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2575
2057
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2576
2058
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2597,12 +2079,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2597
2079
|
'key': key
|
|
2598
2080
|
};
|
|
2599
2081
|
var queryParams = {
|
|
2600
|
-
'cacheduration': opts['cacheduration'],
|
|
2601
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2602
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2603
|
-
'cachescope': opts['cachescope'],
|
|
2604
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2605
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2606
2082
|
'objectSections': opts['objectSections'],
|
|
2607
2083
|
'relationshipSections': opts['relationshipSections'],
|
|
2608
2084
|
'actionSections': opts['actionSections'],
|
|
@@ -2632,12 +2108,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2632
2108
|
* @param {String} key The unique key of the object we are retrieving
|
|
2633
2109
|
* @param {Object} opts Optional parameters
|
|
2634
2110
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2635
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2636
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2637
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2638
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2639
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2640
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2641
2111
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2642
2112
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2643
2113
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2664,12 +2134,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2664
2134
|
* @param {Number} id
|
|
2665
2135
|
* @param {Object} opts Optional parameters
|
|
2666
2136
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2667
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2668
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2669
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2670
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2671
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2672
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2673
2137
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2674
2138
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2675
2139
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2697,12 +2161,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2697
2161
|
'id': id
|
|
2698
2162
|
};
|
|
2699
2163
|
var queryParams = {
|
|
2700
|
-
'cacheduration': opts['cacheduration'],
|
|
2701
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2702
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2703
|
-
'cachescope': opts['cachescope'],
|
|
2704
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2705
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2706
2164
|
'page': opts['page'],
|
|
2707
2165
|
'size': opts['size'],
|
|
2708
2166
|
'objectSections': opts['objectSections'],
|
|
@@ -2732,12 +2190,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2732
2190
|
* @param {Number} id
|
|
2733
2191
|
* @param {Object} opts Optional parameters
|
|
2734
2192
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2735
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2736
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2737
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2738
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2739
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2740
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2741
2193
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2742
2194
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2743
2195
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2766,12 +2218,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2766
2218
|
* @param {String} tag
|
|
2767
2219
|
* @param {Object} opts Optional parameters
|
|
2768
2220
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2769
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2770
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2771
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2772
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2773
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2774
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2775
2221
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2776
2222
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2777
2223
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2802,12 +2248,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2802
2248
|
'tag': tag
|
|
2803
2249
|
};
|
|
2804
2250
|
var queryParams = {
|
|
2805
|
-
'cacheduration': opts['cacheduration'],
|
|
2806
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2807
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2808
|
-
'cachescope': opts['cachescope'],
|
|
2809
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2810
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2811
2251
|
'objectSections': opts['objectSections'],
|
|
2812
2252
|
'relationshipSections': opts['relationshipSections'],
|
|
2813
2253
|
'actionSections': opts['actionSections'],
|
|
@@ -2836,12 +2276,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2836
2276
|
* @param {String} tag
|
|
2837
2277
|
* @param {Object} opts Optional parameters
|
|
2838
2278
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2839
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2840
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2841
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2842
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2843
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2844
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2845
2279
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2846
2280
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2847
2281
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2868,12 +2302,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2868
2302
|
* @param {String} type
|
|
2869
2303
|
* @param {Object} opts Optional parameters
|
|
2870
2304
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2871
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2872
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2873
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2874
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2875
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2876
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2877
2305
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2878
2306
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2879
2307
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2906,12 +2334,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2906
2334
|
'type': type
|
|
2907
2335
|
};
|
|
2908
2336
|
var queryParams = {
|
|
2909
|
-
'cacheduration': opts['cacheduration'],
|
|
2910
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2911
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2912
|
-
'cachescope': opts['cachescope'],
|
|
2913
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2914
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
2915
2337
|
'page': opts['page'],
|
|
2916
2338
|
'size': opts['size'],
|
|
2917
2339
|
'objectSections': opts['objectSections'],
|
|
@@ -2942,12 +2364,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2942
2364
|
* @param {String} type
|
|
2943
2365
|
* @param {Object} opts Optional parameters
|
|
2944
2366
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2945
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2946
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2947
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2948
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2949
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2950
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2951
2367
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2952
2368
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2953
2369
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2977,12 +2393,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2977
2393
|
* @param {Number} reltypeid
|
|
2978
2394
|
* @param {Object} opts Optional parameters
|
|
2979
2395
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2980
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2981
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2982
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2983
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2984
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2985
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2986
2396
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2987
2397
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2988
2398
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3012,12 +2422,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3012
2422
|
'reltypeid': reltypeid
|
|
3013
2423
|
};
|
|
3014
2424
|
var queryParams = {
|
|
3015
|
-
'cacheduration': opts['cacheduration'],
|
|
3016
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3017
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3018
|
-
'cachescope': opts['cachescope'],
|
|
3019
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3020
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3021
2425
|
'objectSections': opts['objectSections'],
|
|
3022
2426
|
'relationshipSections': opts['relationshipSections'],
|
|
3023
2427
|
'actionSections': opts['actionSections'],
|
|
@@ -3046,12 +2450,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3046
2450
|
* @param {Number} reltypeid
|
|
3047
2451
|
* @param {Object} opts Optional parameters
|
|
3048
2452
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3049
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3050
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3051
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3052
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3053
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3054
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3055
2453
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3056
2454
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3057
2455
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3078,12 +2476,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3078
2476
|
* @param {Number} reltypeid
|
|
3079
2477
|
* @param {Object} opts Optional parameters
|
|
3080
2478
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3081
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3082
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3083
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3084
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3085
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3086
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3087
2479
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3088
2480
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3089
2481
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3113,12 +2505,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3113
2505
|
'reltypeid': reltypeid
|
|
3114
2506
|
};
|
|
3115
2507
|
var queryParams = {
|
|
3116
|
-
'cacheduration': opts['cacheduration'],
|
|
3117
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3118
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3119
|
-
'cachescope': opts['cachescope'],
|
|
3120
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3121
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3122
2508
|
'objectSections': opts['objectSections'],
|
|
3123
2509
|
'relationshipSections': opts['relationshipSections'],
|
|
3124
2510
|
'actionSections': opts['actionSections'],
|
|
@@ -3147,12 +2533,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3147
2533
|
* @param {Number} reltypeid
|
|
3148
2534
|
* @param {Object} opts Optional parameters
|
|
3149
2535
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3150
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3151
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3152
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3153
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3154
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3155
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3156
2536
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3157
2537
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3158
2538
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3178,12 +2558,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3178
2558
|
* @param {Number} id
|
|
3179
2559
|
* @param {Object} opts Optional parameters
|
|
3180
2560
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3181
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3182
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3183
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3184
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3185
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3186
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3187
2561
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3188
2562
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3189
2563
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3208,12 +2582,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3208
2582
|
'id': id
|
|
3209
2583
|
};
|
|
3210
2584
|
var queryParams = {
|
|
3211
|
-
'cacheduration': opts['cacheduration'],
|
|
3212
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3213
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3214
|
-
'cachescope': opts['cachescope'],
|
|
3215
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3216
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3217
2585
|
'objectSections': opts['objectSections'],
|
|
3218
2586
|
'relationshipSections': opts['relationshipSections'],
|
|
3219
2587
|
'actionSections': opts['actionSections'],
|
|
@@ -3241,12 +2609,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3241
2609
|
* @param {Number} id
|
|
3242
2610
|
* @param {Object} opts Optional parameters
|
|
3243
2611
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3244
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3245
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3246
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3247
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3248
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3249
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3250
2612
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3251
2613
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3252
2614
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3272,12 +2634,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3272
2634
|
* @param {Number} id
|
|
3273
2635
|
* @param {Object} opts Optional parameters
|
|
3274
2636
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3275
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3276
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3277
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3278
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3279
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3280
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3281
2637
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3282
2638
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3283
2639
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3302,12 +2658,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3302
2658
|
'id': id
|
|
3303
2659
|
};
|
|
3304
2660
|
var queryParams = {
|
|
3305
|
-
'cacheduration': opts['cacheduration'],
|
|
3306
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3307
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3308
|
-
'cachescope': opts['cachescope'],
|
|
3309
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3310
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3311
2661
|
'objectSections': opts['objectSections'],
|
|
3312
2662
|
'relationshipSections': opts['relationshipSections'],
|
|
3313
2663
|
'actionSections': opts['actionSections'],
|
|
@@ -3335,12 +2685,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3335
2685
|
* @param {Number} id
|
|
3336
2686
|
* @param {Object} opts Optional parameters
|
|
3337
2687
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3338
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3339
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3340
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3341
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3342
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3343
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3344
2688
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3345
2689
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3346
2690
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3366,12 +2710,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3366
2710
|
* @param {Number} objectid
|
|
3367
2711
|
* @param {Object} opts Optional parameters
|
|
3368
2712
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3369
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3370
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3371
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3372
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3373
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3374
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3375
2713
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3376
2714
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3377
2715
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3391,14 +2729,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3391
2729
|
var pathParams = {
|
|
3392
2730
|
'objectid': objectid
|
|
3393
2731
|
};
|
|
3394
|
-
var queryParams = {
|
|
3395
|
-
'cacheduration': opts['cacheduration'],
|
|
3396
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3397
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3398
|
-
'cachescope': opts['cachescope'],
|
|
3399
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3400
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
3401
|
-
};
|
|
2732
|
+
var queryParams = {};
|
|
3402
2733
|
var headerParams = {
|
|
3403
2734
|
'Authorization': opts['authorization'],
|
|
3404
2735
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -3421,12 +2752,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3421
2752
|
* @param {Number} objectid
|
|
3422
2753
|
* @param {Object} opts Optional parameters
|
|
3423
2754
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3424
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3425
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3426
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3427
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3428
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3429
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3430
2755
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3431
2756
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3432
2757
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3448,12 +2773,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3448
2773
|
* @param {Number} objectid
|
|
3449
2774
|
* @param {Object} opts Optional parameters
|
|
3450
2775
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3451
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3452
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3453
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3454
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3455
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3456
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3457
2776
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3458
2777
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3459
2778
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3473,14 +2792,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3473
2792
|
var pathParams = {
|
|
3474
2793
|
'objectid': objectid
|
|
3475
2794
|
};
|
|
3476
|
-
var queryParams = {
|
|
3477
|
-
'cacheduration': opts['cacheduration'],
|
|
3478
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3479
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3480
|
-
'cachescope': opts['cachescope'],
|
|
3481
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3482
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
3483
|
-
};
|
|
2795
|
+
var queryParams = {};
|
|
3484
2796
|
var headerParams = {
|
|
3485
2797
|
'Authorization': opts['authorization'],
|
|
3486
2798
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -3503,12 +2815,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3503
2815
|
* @param {Number} objectid
|
|
3504
2816
|
* @param {Object} opts Optional parameters
|
|
3505
2817
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3506
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3507
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3508
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3509
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3510
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3511
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3512
2818
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3513
2819
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3514
2820
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3531,12 +2837,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3531
2837
|
* @param {Array.<String>} descriptors Array of descriptor keys to check against
|
|
3532
2838
|
* @param {Object} opts Optional parameters
|
|
3533
2839
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3534
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3535
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3536
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3537
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3538
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3539
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3540
2840
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3541
2841
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3542
2842
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3561,12 +2861,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3561
2861
|
'id': id
|
|
3562
2862
|
};
|
|
3563
2863
|
var queryParams = {
|
|
3564
|
-
'cacheduration': opts['cacheduration'],
|
|
3565
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3566
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3567
|
-
'cachescope': opts['cachescope'],
|
|
3568
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3569
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3570
2864
|
'descriptors': this.apiClient.buildCollectionParam(descriptors, 'multi')
|
|
3571
2865
|
};
|
|
3572
2866
|
var headerParams = {
|
|
@@ -3592,12 +2886,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3592
2886
|
* @param {Array.<String>} descriptors Array of descriptor keys to check against
|
|
3593
2887
|
* @param {Object} opts Optional parameters
|
|
3594
2888
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3595
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3596
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3597
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3598
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3599
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3600
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3601
2889
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3602
2890
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3603
2891
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3619,12 +2907,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3619
2907
|
* @param {Number} objectid
|
|
3620
2908
|
* @param {Object} opts Optional parameters
|
|
3621
2909
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3622
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3623
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3624
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3625
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3626
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3627
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3628
2910
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3629
2911
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3630
2912
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3644,14 +2926,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3644
2926
|
var pathParams = {
|
|
3645
2927
|
'objectid': objectid
|
|
3646
2928
|
};
|
|
3647
|
-
var queryParams = {
|
|
3648
|
-
'cacheduration': opts['cacheduration'],
|
|
3649
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3650
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3651
|
-
'cachescope': opts['cachescope'],
|
|
3652
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3653
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
3654
|
-
};
|
|
2929
|
+
var queryParams = {};
|
|
3655
2930
|
var headerParams = {
|
|
3656
2931
|
'Authorization': opts['authorization'],
|
|
3657
2932
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
@@ -3674,12 +2949,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3674
2949
|
* @param {Number} objectid
|
|
3675
2950
|
* @param {Object} opts Optional parameters
|
|
3676
2951
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3677
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3678
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3679
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3680
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3681
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3682
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3683
2952
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3684
2953
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3685
2954
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3701,12 +2970,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3701
2970
|
* @param {String} q Query string
|
|
3702
2971
|
* @param {Object} opts Optional parameters
|
|
3703
2972
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3704
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3705
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3706
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3707
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3708
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3709
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3710
2973
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3711
2974
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3712
2975
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3746,12 +3009,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3746
3009
|
}
|
|
3747
3010
|
var pathParams = {};
|
|
3748
3011
|
var queryParams = {
|
|
3749
|
-
'cacheduration': opts['cacheduration'],
|
|
3750
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3751
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3752
|
-
'cachescope': opts['cachescope'],
|
|
3753
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3754
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3755
3012
|
'q': q,
|
|
3756
3013
|
'start': opts['start'],
|
|
3757
3014
|
'max': opts['max'],
|
|
@@ -3797,12 +3054,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3797
3054
|
* @param {String} q Query string
|
|
3798
3055
|
* @param {Object} opts Optional parameters
|
|
3799
3056
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3800
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3801
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3802
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3803
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3804
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3805
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3806
3057
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3807
3058
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3808
3059
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3846,12 +3097,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3846
3097
|
* @param {Object.<String, Object>} body The property map to set in Json format
|
|
3847
3098
|
* @param {Object} opts Optional parameters
|
|
3848
3099
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3849
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3850
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3851
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3852
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3853
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3854
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3855
3100
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3856
3101
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3857
3102
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3877,12 +3122,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3877
3122
|
'id': id
|
|
3878
3123
|
};
|
|
3879
3124
|
var queryParams = {
|
|
3880
|
-
'cacheduration': opts['cacheduration'],
|
|
3881
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3882
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3883
|
-
'cachescope': opts['cachescope'],
|
|
3884
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3885
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3886
3125
|
'batchId': opts['batchId']
|
|
3887
3126
|
};
|
|
3888
3127
|
var headerParams = {
|
|
@@ -3908,12 +3147,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3908
3147
|
* @param {Object.<String, Object>} body The property map to set in Json format
|
|
3909
3148
|
* @param {Object} opts Optional parameters
|
|
3910
3149
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3911
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
3912
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3913
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3914
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
3915
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3916
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3917
3150
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3918
3151
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3919
3152
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3937,12 +3170,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3937
3170
|
* @param {Object.<String, Object>} body The property map to set in Json format
|
|
3938
3171
|
* @param {Object} opts Optional parameters
|
|
3939
3172
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3940
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3941
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3942
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3943
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3944
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3945
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3946
3173
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3947
3174
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3948
3175
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3968,12 +3195,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3968
3195
|
'key': key
|
|
3969
3196
|
};
|
|
3970
3197
|
var queryParams = {
|
|
3971
|
-
'cacheduration': opts['cacheduration'],
|
|
3972
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
3973
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
3974
|
-
'cachescope': opts['cachescope'],
|
|
3975
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
3976
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
3977
3198
|
'batchId': opts['batchId']
|
|
3978
3199
|
};
|
|
3979
3200
|
var headerParams = {
|
|
@@ -3999,12 +3220,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3999
3220
|
* @param {Object.<String, Object>} body The property map to set in Json format
|
|
4000
3221
|
* @param {Object} opts Optional parameters
|
|
4001
3222
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4002
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4003
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4004
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4005
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4006
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4007
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4008
3223
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4009
3224
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4010
3225
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4028,12 +3243,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4028
3243
|
* @param {String} prop The property being updated
|
|
4029
3244
|
* @param {Object} opts Optional parameters
|
|
4030
3245
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4031
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4032
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4033
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4034
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4035
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4036
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4037
3246
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4038
3247
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4039
3248
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4061,12 +3270,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4061
3270
|
'prop': prop
|
|
4062
3271
|
};
|
|
4063
3272
|
var queryParams = {
|
|
4064
|
-
'cacheduration': opts['cacheduration'],
|
|
4065
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4066
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4067
|
-
'cachescope': opts['cachescope'],
|
|
4068
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4069
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4070
3273
|
'batchId': opts['batchId']
|
|
4071
3274
|
};
|
|
4072
3275
|
var headerParams = {
|
|
@@ -4092,12 +3295,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4092
3295
|
* @param {String} prop The property being updated
|
|
4093
3296
|
* @param {Object} opts Optional parameters
|
|
4094
3297
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4095
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4096
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4097
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4098
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4099
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4100
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4101
3298
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4102
3299
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4103
3300
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4122,12 +3319,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4122
3319
|
* @param {String} prop The property being updated
|
|
4123
3320
|
* @param {Object} opts Optional parameters
|
|
4124
3321
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4125
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4126
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4127
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4128
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4129
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4130
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4131
3322
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4132
3323
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4133
3324
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4155,12 +3346,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4155
3346
|
'prop': prop
|
|
4156
3347
|
};
|
|
4157
3348
|
var queryParams = {
|
|
4158
|
-
'cacheduration': opts['cacheduration'],
|
|
4159
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4160
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4161
|
-
'cachescope': opts['cachescope'],
|
|
4162
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4163
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4164
3349
|
'batchId': opts['batchId']
|
|
4165
3350
|
};
|
|
4166
3351
|
var headerParams = {
|
|
@@ -4186,12 +3371,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4186
3371
|
* @param {String} prop The property being updated
|
|
4187
3372
|
* @param {Object} opts Optional parameters
|
|
4188
3373
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4189
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4190
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4191
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4192
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4193
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4194
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4195
3374
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4196
3375
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4197
3376
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4215,12 +3394,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4215
3394
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
4216
3395
|
* @param {Object} opts Optional parameters
|
|
4217
3396
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4218
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4219
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4220
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4221
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4222
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4223
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4224
3397
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4225
3398
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4226
3399
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4252,12 +3425,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4252
3425
|
'id': id
|
|
4253
3426
|
};
|
|
4254
3427
|
var queryParams = {
|
|
4255
|
-
'cacheduration': opts['cacheduration'],
|
|
4256
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4257
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4258
|
-
'cachescope': opts['cachescope'],
|
|
4259
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4260
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4261
3428
|
'objectSections': opts['objectSections'],
|
|
4262
3429
|
'relationshipSections': opts['relationshipSections'],
|
|
4263
3430
|
'actionSections': opts['actionSections'],
|
|
@@ -4288,12 +3455,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4288
3455
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
4289
3456
|
* @param {Object} opts Optional parameters
|
|
4290
3457
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4291
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4292
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4293
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4294
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4295
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4296
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4297
3458
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4298
3459
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4299
3460
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4318,16 +3479,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4318
3479
|
|
|
4319
3480
|
/**
|
|
4320
3481
|
* Traverses the graph based on the traversal query provided and returns the discovered objects
|
|
4321
|
-
*
|
|
4322
|
-
* @param {module:model/GraphTraversalInput} graphTraversalInput
|
|
3482
|
+
* Runs the same traversal DSL as /traverse but returns the distinct discovered graph objects instead of full path segments. Use responseProjection and related query parameters to keep object payloads small when traversal fields, function fields, media, or large data maps are present.
|
|
3483
|
+
* @param {module:model/GraphTraversalInput} graphTraversalInput Traversal query definition used to discover objects.
|
|
4323
3484
|
* @param {Object} opts Optional parameters
|
|
4324
3485
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4325
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4326
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4327
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4328
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4329
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4330
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4331
3486
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4332
3487
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4333
3488
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4353,12 +3508,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4353
3508
|
}
|
|
4354
3509
|
var pathParams = {};
|
|
4355
3510
|
var queryParams = {
|
|
4356
|
-
'cacheduration': opts['cacheduration'],
|
|
4357
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4358
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4359
|
-
'cachescope': opts['cachescope'],
|
|
4360
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4361
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4362
3511
|
'objectSections': opts['objectSections'],
|
|
4363
3512
|
'relationshipSections': opts['relationshipSections'],
|
|
4364
3513
|
'actionSections': opts['actionSections'],
|
|
@@ -4385,16 +3534,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4385
3534
|
|
|
4386
3535
|
/**
|
|
4387
3536
|
* Traverses the graph based on the traversal query provided and returns the discovered objects
|
|
4388
|
-
*
|
|
4389
|
-
* @param {module:model/GraphTraversalInput} graphTraversalInput
|
|
3537
|
+
* Runs the same traversal DSL as /traverse but returns the distinct discovered graph objects instead of full path segments. Use responseProjection and related query parameters to keep object payloads small when traversal fields, function fields, media, or large data maps are present.
|
|
3538
|
+
* @param {module:model/GraphTraversalInput} graphTraversalInput Traversal query definition used to discover objects.
|
|
4390
3539
|
* @param {Object} opts Optional parameters
|
|
4391
3540
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4392
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4393
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4394
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4395
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4396
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4397
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4398
3541
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4399
3542
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4400
3543
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4424,12 +3567,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4424
3567
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data to update
|
|
4425
3568
|
* @param {Object} opts Optional parameters
|
|
4426
3569
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4427
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4428
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4429
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4430
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4431
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4432
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4433
3570
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4434
3571
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4435
3572
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4456,12 +3593,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4456
3593
|
'id': id
|
|
4457
3594
|
};
|
|
4458
3595
|
var queryParams = {
|
|
4459
|
-
'cacheduration': opts['cacheduration'],
|
|
4460
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4461
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4462
|
-
'cachescope': opts['cachescope'],
|
|
4463
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4464
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4465
3596
|
'batchId': opts['batchId'],
|
|
4466
3597
|
'priority': opts['priority']
|
|
4467
3598
|
};
|
|
@@ -4488,12 +3619,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4488
3619
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data to update
|
|
4489
3620
|
* @param {Object} opts Optional parameters
|
|
4490
3621
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4491
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4492
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4493
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4494
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4495
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4496
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4497
3622
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4498
3623
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4499
3624
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4517,12 +3642,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4517
3642
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads; each item must resolve to an existing object by id or key
|
|
4518
3643
|
* @param {Object} opts Optional parameters
|
|
4519
3644
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4520
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4521
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4522
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4523
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4524
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4525
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4526
3645
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4527
3646
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4528
3647
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4544,12 +3663,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4544
3663
|
}
|
|
4545
3664
|
var pathParams = {};
|
|
4546
3665
|
var queryParams = {
|
|
4547
|
-
'cacheduration': opts['cacheduration'],
|
|
4548
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4549
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4550
|
-
'cachescope': opts['cachescope'],
|
|
4551
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4552
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4553
3666
|
'batchId': opts['batchId'],
|
|
4554
3667
|
'priority': opts['priority'],
|
|
4555
3668
|
'summary': opts['summary']
|
|
@@ -4576,12 +3689,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4576
3689
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads; each item must resolve to an existing object by id or key
|
|
4577
3690
|
* @param {Object} opts Optional parameters
|
|
4578
3691
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4579
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4580
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4581
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4582
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4583
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4584
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4585
3692
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4586
3693
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4587
3694
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4605,12 +3712,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4605
3712
|
* Bulk update existing objects. Upload a JSON file containing an array of GraphObject payloads. Each item must resolve to an existing object by id or key.
|
|
4606
3713
|
* @param {Object} opts Optional parameters
|
|
4607
3714
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4608
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4609
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4610
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4611
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4612
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4613
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4614
3715
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4615
3716
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4616
3717
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4631,12 +3732,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4631
3732
|
var postBody = null;
|
|
4632
3733
|
var pathParams = {};
|
|
4633
3734
|
var queryParams = {
|
|
4634
|
-
'cacheduration': opts['cacheduration'],
|
|
4635
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4636
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4637
|
-
'cachescope': opts['cachescope'],
|
|
4638
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4639
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4640
3735
|
'batchId': opts['batchId'],
|
|
4641
3736
|
'priority': opts['priority'],
|
|
4642
3737
|
'summary': opts['summary']
|
|
@@ -4666,12 +3761,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4666
3761
|
* Bulk update existing objects. Upload a JSON file containing an array of GraphObject payloads. Each item must resolve to an existing object by id or key.
|
|
4667
3762
|
* @param {Object} opts Optional parameters
|
|
4668
3763
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4669
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4670
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4671
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4672
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4673
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4674
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4675
3764
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4676
3765
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4677
3766
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4699,12 +3788,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4699
3788
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
4700
3789
|
* @param {Object} opts Optional parameters
|
|
4701
3790
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4702
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4703
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4704
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4705
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4706
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4707
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4708
3791
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4709
3792
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4710
3793
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4726,12 +3809,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4726
3809
|
}
|
|
4727
3810
|
var pathParams = {};
|
|
4728
3811
|
var queryParams = {
|
|
4729
|
-
'cacheduration': opts['cacheduration'],
|
|
4730
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4731
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4732
|
-
'cachescope': opts['cachescope'],
|
|
4733
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4734
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4735
3812
|
'batchId': opts['batchId'],
|
|
4736
3813
|
'priority': opts['priority'],
|
|
4737
3814
|
'summary': opts['summary']
|
|
@@ -4758,12 +3835,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4758
3835
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
4759
3836
|
* @param {Object} opts Optional parameters
|
|
4760
3837
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4761
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4762
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4763
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4764
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4765
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4766
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4767
3838
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4768
3839
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4769
3840
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4789,12 +3860,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4789
3860
|
* @param {module:model/GraphActionPayload} graphActionPayload Action payload; optional 'key' triggers upsert by key
|
|
4790
3861
|
* @param {Object} opts Optional parameters
|
|
4791
3862
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4792
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4793
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4794
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4795
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4796
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4797
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4798
3863
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4799
3864
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4800
3865
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4821,12 +3886,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4821
3886
|
'id': id
|
|
4822
3887
|
};
|
|
4823
3888
|
var queryParams = {
|
|
4824
|
-
'cacheduration': opts['cacheduration'],
|
|
4825
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4826
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4827
|
-
'cachescope': opts['cachescope'],
|
|
4828
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4829
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4830
3889
|
'batchId': opts['batchId'],
|
|
4831
3890
|
'priority': opts['priority']
|
|
4832
3891
|
};
|
|
@@ -4853,12 +3912,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4853
3912
|
* @param {module:model/GraphActionPayload} graphActionPayload Action payload; optional 'key' triggers upsert by key
|
|
4854
3913
|
* @param {Object} opts Optional parameters
|
|
4855
3914
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4856
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4857
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4858
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4859
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4860
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4861
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4862
3915
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4863
3916
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4864
3917
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4882,12 +3935,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4882
3935
|
* @param {Array.<module:model/BulkUpsertActionPayload>} bulkUpsertActionPayload Array of bulk upsert action payloads (objectId/objectKey, key, actiontypeid/actiontypekey, properties)
|
|
4883
3936
|
* @param {Object} opts Optional parameters
|
|
4884
3937
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4885
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4886
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4887
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4888
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4889
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4890
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4891
3938
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4892
3939
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4893
3940
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4909,12 +3956,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4909
3956
|
}
|
|
4910
3957
|
var pathParams = {};
|
|
4911
3958
|
var queryParams = {
|
|
4912
|
-
'cacheduration': opts['cacheduration'],
|
|
4913
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4914
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
4915
|
-
'cachescope': opts['cachescope'],
|
|
4916
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
4917
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
4918
3959
|
'batchId': opts['batchId'],
|
|
4919
3960
|
'priority': opts['priority'],
|
|
4920
3961
|
'summary': opts['summary']
|
|
@@ -4941,12 +3982,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4941
3982
|
* @param {Array.<module:model/BulkUpsertActionPayload>} bulkUpsertActionPayload Array of bulk upsert action payloads (objectId/objectKey, key, actiontypeid/actiontypekey, properties)
|
|
4942
3983
|
* @param {Object} opts Optional parameters
|
|
4943
3984
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4944
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
4945
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4946
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4947
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
4948
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4949
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
4950
3985
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4951
3986
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4952
3987
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4970,12 +4005,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4970
4005
|
* Bulk upsert actions. Upload a JSON file containing an array of BulkUpsertActionPayload (objectId/objectKey, key, actiontypeid/actiontypekey, properties).
|
|
4971
4006
|
* @param {Object} opts Optional parameters
|
|
4972
4007
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4973
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
4974
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
4975
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
4976
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
4977
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
4978
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
4979
4008
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
4980
4009
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
4981
4010
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -4994,12 +4023,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4994
4023
|
var postBody = null;
|
|
4995
4024
|
var pathParams = {};
|
|
4996
4025
|
var queryParams = {
|
|
4997
|
-
'cacheduration': opts['cacheduration'],
|
|
4998
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
4999
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5000
|
-
'cachescope': opts['cachescope'],
|
|
5001
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5002
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5003
4026
|
'summary': opts['summary']
|
|
5004
4027
|
};
|
|
5005
4028
|
var headerParams = {
|
|
@@ -5027,12 +4050,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5027
4050
|
* Bulk upsert actions. Upload a JSON file containing an array of BulkUpsertActionPayload (objectId/objectKey, key, actiontypeid/actiontypekey, properties).
|
|
5028
4051
|
* @param {Object} opts Optional parameters
|
|
5029
4052
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5030
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5031
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5032
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5033
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5034
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5035
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5036
4053
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5037
4054
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5038
4055
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5058,12 +4075,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5058
4075
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
5059
4076
|
* @param {Object} opts Optional parameters
|
|
5060
4077
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5061
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5062
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5063
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5064
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5065
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5066
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5067
4078
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5068
4079
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5069
4080
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5083,12 +4094,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5083
4094
|
}
|
|
5084
4095
|
var pathParams = {};
|
|
5085
4096
|
var queryParams = {
|
|
5086
|
-
'cacheduration': opts['cacheduration'],
|
|
5087
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5088
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5089
|
-
'cachescope': opts['cachescope'],
|
|
5090
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5091
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5092
4097
|
'summary': opts['summary']
|
|
5093
4098
|
};
|
|
5094
4099
|
var headerParams = {
|
|
@@ -5113,12 +4118,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5113
4118
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
5114
4119
|
* @param {Object} opts Optional parameters
|
|
5115
4120
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5116
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5117
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5118
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5119
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5120
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5121
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5122
4121
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5123
4122
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5124
4123
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5141,12 +4140,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5141
4140
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject payload; optional 'key' (e.g. UUID) triggers upsert by key
|
|
5142
4141
|
* @param {Object} opts Optional parameters
|
|
5143
4142
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5144
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5145
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5146
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5147
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5148
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5149
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5150
4143
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5151
4144
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5152
4145
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5167,12 +4160,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5167
4160
|
}
|
|
5168
4161
|
var pathParams = {};
|
|
5169
4162
|
var queryParams = {
|
|
5170
|
-
'cacheduration': opts['cacheduration'],
|
|
5171
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5172
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5173
|
-
'cachescope': opts['cachescope'],
|
|
5174
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5175
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5176
4163
|
'batchId': opts['batchId'],
|
|
5177
4164
|
'priority': opts['priority']
|
|
5178
4165
|
};
|
|
@@ -5198,12 +4185,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5198
4185
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject payload; optional 'key' (e.g. UUID) triggers upsert by key
|
|
5199
4186
|
* @param {Object} opts Optional parameters
|
|
5200
4187
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5201
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5202
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5203
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5204
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5205
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5206
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5207
4188
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5208
4189
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5209
4190
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5227,12 +4208,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5227
4208
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads; optional 'key' per item triggers upsert by key
|
|
5228
4209
|
* @param {Object} opts Optional parameters
|
|
5229
4210
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5230
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5231
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5232
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5233
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5234
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5235
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5236
4211
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5237
4212
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5238
4213
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5254,12 +4229,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5254
4229
|
}
|
|
5255
4230
|
var pathParams = {};
|
|
5256
4231
|
var queryParams = {
|
|
5257
|
-
'cacheduration': opts['cacheduration'],
|
|
5258
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5259
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5260
|
-
'cachescope': opts['cachescope'],
|
|
5261
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5262
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5263
4232
|
'batchId': opts['batchId'],
|
|
5264
4233
|
'priority': opts['priority'],
|
|
5265
4234
|
'summary': opts['summary']
|
|
@@ -5286,12 +4255,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5286
4255
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload Array of GraphObject payloads; optional 'key' per item triggers upsert by key
|
|
5287
4256
|
* @param {Object} opts Optional parameters
|
|
5288
4257
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5289
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5290
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5291
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5292
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5293
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5294
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5295
4258
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5296
4259
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5297
4260
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5315,12 +4278,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5315
4278
|
* Bulk upsert objects. Upload a JSON file containing an array of GraphObject payloads (same as PUT /object/upsert/batch body).
|
|
5316
4279
|
* @param {Object} opts Optional parameters
|
|
5317
4280
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5318
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5319
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5320
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5321
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5322
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5323
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5324
4281
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5325
4282
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5326
4283
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5339,12 +4296,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5339
4296
|
var postBody = null;
|
|
5340
4297
|
var pathParams = {};
|
|
5341
4298
|
var queryParams = {
|
|
5342
|
-
'cacheduration': opts['cacheduration'],
|
|
5343
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5344
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5345
|
-
'cachescope': opts['cachescope'],
|
|
5346
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5347
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5348
4299
|
'summary': opts['summary']
|
|
5349
4300
|
};
|
|
5350
4301
|
var headerParams = {
|
|
@@ -5372,12 +4323,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5372
4323
|
* Bulk upsert objects. Upload a JSON file containing an array of GraphObject payloads (same as PUT /object/upsert/batch body).
|
|
5373
4324
|
* @param {Object} opts Optional parameters
|
|
5374
4325
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5375
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5376
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5377
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5378
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5379
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5380
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5381
4326
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5382
4327
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5383
4328
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5403,12 +4348,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5403
4348
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
5404
4349
|
* @param {Object} opts Optional parameters
|
|
5405
4350
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5406
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5407
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5408
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5409
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5410
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5411
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5412
4351
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5413
4352
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5414
4353
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5428,12 +4367,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5428
4367
|
}
|
|
5429
4368
|
var pathParams = {};
|
|
5430
4369
|
var queryParams = {
|
|
5431
|
-
'cacheduration': opts['cacheduration'],
|
|
5432
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5433
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5434
|
-
'cachescope': opts['cachescope'],
|
|
5435
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5436
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5437
4370
|
'summary': opts['summary']
|
|
5438
4371
|
};
|
|
5439
4372
|
var headerParams = {
|
|
@@ -5458,12 +4391,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5458
4391
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
5459
4392
|
* @param {Object} opts Optional parameters
|
|
5460
4393
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5461
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5462
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5463
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5464
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5465
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5466
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5467
4394
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5468
4395
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5469
4396
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5487,12 +4414,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5487
4414
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Relationship payload; optional 'key' triggers upsert by key
|
|
5488
4415
|
* @param {Object} opts Optional parameters
|
|
5489
4416
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5490
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5491
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5492
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5493
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5494
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5495
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5496
4417
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5497
4418
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5498
4419
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5519,12 +4440,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5519
4440
|
'id': id
|
|
5520
4441
|
};
|
|
5521
4442
|
var queryParams = {
|
|
5522
|
-
'cacheduration': opts['cacheduration'],
|
|
5523
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5524
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5525
|
-
'cachescope': opts['cachescope'],
|
|
5526
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5527
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5528
4443
|
'batchId': opts['batchId'],
|
|
5529
4444
|
'priority': opts['priority']
|
|
5530
4445
|
};
|
|
@@ -5551,12 +4466,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5551
4466
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Relationship payload; optional 'key' triggers upsert by key
|
|
5552
4467
|
* @param {Object} opts Optional parameters
|
|
5553
4468
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5554
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5555
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5556
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5557
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5558
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5559
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5560
4469
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5561
4470
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5562
4471
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5580,12 +4489,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5580
4489
|
* @param {Array.<module:model/BulkUpsertRelationshipPayload>} bulkUpsertRelationshipPayload Array of bulk upsert relationship payloads (fromId/fromKey, toId/toKey, key, relationshiptypeid/relationshiptypekey, properties)
|
|
5581
4490
|
* @param {Object} opts Optional parameters
|
|
5582
4491
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5583
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5584
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5585
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5586
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5587
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5588
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5589
4492
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5590
4493
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5591
4494
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5607,12 +4510,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5607
4510
|
}
|
|
5608
4511
|
var pathParams = {};
|
|
5609
4512
|
var queryParams = {
|
|
5610
|
-
'cacheduration': opts['cacheduration'],
|
|
5611
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5612
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5613
|
-
'cachescope': opts['cachescope'],
|
|
5614
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5615
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5616
4513
|
'batchId': opts['batchId'],
|
|
5617
4514
|
'priority': opts['priority'],
|
|
5618
4515
|
'summary': opts['summary']
|
|
@@ -5639,12 +4536,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5639
4536
|
* @param {Array.<module:model/BulkUpsertRelationshipPayload>} bulkUpsertRelationshipPayload Array of bulk upsert relationship payloads (fromId/fromKey, toId/toKey, key, relationshiptypeid/relationshiptypekey, properties)
|
|
5640
4537
|
* @param {Object} opts Optional parameters
|
|
5641
4538
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5642
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5643
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5644
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5645
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5646
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5647
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5648
4539
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5649
4540
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5650
4541
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5668,12 +4559,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5668
4559
|
* Bulk upsert relationships. Upload a JSON file containing an array of BulkUpsertRelationshipPayload (fromId/fromKey, toId/toKey, key, relationshiptypeid/relationshiptypekey, properties).
|
|
5669
4560
|
* @param {Object} opts Optional parameters
|
|
5670
4561
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5671
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5672
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5673
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5674
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5675
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5676
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5677
4562
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5678
4563
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5679
4564
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5692,12 +4577,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5692
4577
|
var postBody = null;
|
|
5693
4578
|
var pathParams = {};
|
|
5694
4579
|
var queryParams = {
|
|
5695
|
-
'cacheduration': opts['cacheduration'],
|
|
5696
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5697
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5698
|
-
'cachescope': opts['cachescope'],
|
|
5699
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5700
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5701
4580
|
'summary': opts['summary']
|
|
5702
4581
|
};
|
|
5703
4582
|
var headerParams = {
|
|
@@ -5725,12 +4604,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5725
4604
|
* Bulk upsert relationships. Upload a JSON file containing an array of BulkUpsertRelationshipPayload (fromId/fromKey, toId/toKey, key, relationshiptypeid/relationshiptypekey, properties).
|
|
5726
4605
|
* @param {Object} opts Optional parameters
|
|
5727
4606
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5728
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5729
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5730
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5731
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5732
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5733
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5734
4607
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5735
4608
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5736
4609
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5756,12 +4629,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5756
4629
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
5757
4630
|
* @param {Object} opts Optional parameters
|
|
5758
4631
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
5759
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
5760
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5761
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5762
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
5763
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5764
|
-
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
5765
4632
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5766
4633
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5767
4634
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -5781,12 +4648,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5781
4648
|
}
|
|
5782
4649
|
var pathParams = {};
|
|
5783
4650
|
var queryParams = {
|
|
5784
|
-
'cacheduration': opts['cacheduration'],
|
|
5785
|
-
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
5786
|
-
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
5787
|
-
'cachescope': opts['cachescope'],
|
|
5788
|
-
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
5789
|
-
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
5790
4651
|
'summary': opts['summary']
|
|
5791
4652
|
};
|
|
5792
4653
|
var headerParams = {
|
|
@@ -5811,12 +4672,6 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
5811
4672
|
* @param {module:model/Base64ImportUpload} base64ImportUpload Base64 file upload
|
|
5812
4673
|
* @param {Object} opts Optional parameters
|
|
5813
4674
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
5814
|
-
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
5815
|
-
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
5816
|
-
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
5817
|
-
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
5818
|
-
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
5819
|
-
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
5820
4675
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
5821
4676
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
5822
4677
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|