@gobodo/gobodo-api-promise 0.1.108 → 0.1.109
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 +11 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/AdCampaignsApi.d.ts +15 -1
- package/dist/api/AdCampaignsApi.d.ts.map +1 -1
- package/dist/api/AdCampaignsApi.js +23 -2
- package/dist/api/AdManagementApi.d.ts +25 -1
- package/dist/api/AdManagementApi.d.ts.map +1 -1
- package/dist/api/AdManagementApi.js +38 -2
- package/dist/api/AdminDataManagementApi.d.ts +3 -1
- package/dist/api/AdminDataManagementApi.d.ts.map +1 -1
- package/dist/api/AdminDataManagementApi.js +5 -2
- package/dist/api/AdsApi.d.ts +11 -1
- package/dist/api/AdsApi.d.ts.map +1 -1
- package/dist/api/AdsApi.js +17 -2
- package/dist/api/AttachmentsApi.d.ts +11 -1
- package/dist/api/AttachmentsApi.d.ts.map +1 -1
- package/dist/api/AttachmentsApi.js +17 -2
- package/dist/api/AuthenticationApi.d.ts +21 -1
- package/dist/api/AuthenticationApi.d.ts.map +1 -1
- package/dist/api/AuthenticationApi.js +44 -2
- package/dist/api/CategoriesApi.d.ts +15 -1
- package/dist/api/CategoriesApi.d.ts.map +1 -1
- package/dist/api/CategoriesApi.js +23 -2
- package/dist/api/CommentsApi.d.ts +13 -1
- package/dist/api/CommentsApi.d.ts.map +1 -1
- package/dist/api/CommentsApi.js +20 -2
- package/dist/api/ContentManagementApi.d.ts +57 -1
- package/dist/api/ContentManagementApi.d.ts.map +1 -1
- package/dist/api/ContentManagementApi.js +86 -2
- package/dist/api/ConversationsApi.d.ts +17 -1
- package/dist/api/ConversationsApi.d.ts.map +1 -1
- package/dist/api/ConversationsApi.js +26 -2
- package/dist/api/CurrencyApi.d.ts +15 -1
- package/dist/api/CurrencyApi.d.ts.map +1 -1
- package/dist/api/CurrencyApi.js +23 -2
- package/dist/api/DataSheetImportsApi.d.ts +31 -1
- package/dist/api/DataSheetImportsApi.d.ts.map +1 -1
- package/dist/api/DataSheetImportsApi.js +47 -2
- package/dist/api/DefaultApi.d.ts +11 -1
- package/dist/api/DefaultApi.d.ts.map +1 -1
- package/dist/api/DefaultApi.js +17 -2
- package/dist/api/DocumentPartTypesApi.d.ts +5 -1
- package/dist/api/DocumentPartTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentPartTypesApi.js +8 -2
- package/dist/api/DocumentTypesApi.d.ts +5 -1
- package/dist/api/DocumentTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentTypesApi.js +8 -2
- package/dist/api/DocumentsApi.d.ts +25 -1
- package/dist/api/DocumentsApi.d.ts.map +1 -1
- package/dist/api/DocumentsApi.js +38 -2
- package/dist/api/EmailsApi.d.ts +9 -1
- package/dist/api/EmailsApi.d.ts.map +1 -1
- package/dist/api/EmailsApi.js +14 -2
- package/dist/api/EntryPartsApi.d.ts +25 -1
- package/dist/api/EntryPartsApi.d.ts.map +1 -1
- package/dist/api/EntryPartsApi.js +38 -2
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +7 -1
- package/dist/api/FieldsApi.d.ts.map +1 -1
- package/dist/api/FieldsApi.js +11 -2
- package/dist/api/FormsApi.d.ts +29 -1
- package/dist/api/FormsApi.d.ts.map +1 -1
- package/dist/api/FormsApi.js +44 -2
- package/dist/api/FunctionsApi.d.ts +41 -1
- package/dist/api/FunctionsApi.d.ts.map +1 -1
- package/dist/api/FunctionsApi.js +62 -2
- package/dist/api/GeocodeApi.d.ts +7 -1
- package/dist/api/GeocodeApi.d.ts.map +1 -1
- package/dist/api/GeocodeApi.js +11 -2
- package/dist/api/GobodoManagementApi.d.ts +236 -1
- package/dist/api/GobodoManagementApi.d.ts.map +1 -1
- package/dist/api/GobodoManagementApi.js +418 -5
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +27 -1
- package/dist/api/GraphActionTypesApi.d.ts.map +1 -1
- package/dist/api/GraphActionTypesApi.js +41 -2
- package/dist/api/GraphActionsApi.d.ts +19 -1
- package/dist/api/GraphActionsApi.d.ts.map +1 -1
- package/dist/api/GraphActionsApi.js +29 -2
- package/dist/api/GraphObjectTypesApi.d.ts +41 -1
- package/dist/api/GraphObjectTypesApi.d.ts.map +1 -1
- package/dist/api/GraphObjectTypesApi.js +62 -2
- package/dist/api/GraphObjectsApi.d.ts +59 -1
- package/dist/api/GraphObjectsApi.d.ts.map +1 -1
- package/dist/api/GraphObjectsApi.js +89 -2
- package/dist/api/GraphRelationshipTypesApi.d.ts +39 -1
- package/dist/api/GraphRelationshipTypesApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipTypesApi.js +59 -2
- package/dist/api/GraphRelationshipsApi.d.ts +29 -1
- package/dist/api/GraphRelationshipsApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipsApi.js +44 -2
- package/dist/api/GraphSchemasApi.d.ts +29 -1
- package/dist/api/GraphSchemasApi.d.ts.map +1 -1
- package/dist/api/GraphSchemasApi.js +44 -2
- package/dist/api/GraphTraversalApi.d.ts +15 -1
- package/dist/api/GraphTraversalApi.d.ts.map +1 -1
- package/dist/api/GraphTraversalApi.js +23 -2
- package/dist/api/GraphsApi.d.ts +23 -1
- package/dist/api/GraphsApi.d.ts.map +1 -1
- package/dist/api/GraphsApi.js +35 -2
- package/dist/api/GroupsApi.d.ts +11 -11
- package/dist/api/IAMApi.d.ts +9 -1
- package/dist/api/IAMApi.d.ts.map +1 -1
- package/dist/api/IAMApi.js +14 -2
- package/dist/api/ImagesApi.d.ts +13 -1
- package/dist/api/ImagesApi.d.ts.map +1 -1
- package/dist/api/ImagesApi.js +20 -2
- package/dist/api/InvitesApi.d.ts +11 -1
- package/dist/api/InvitesApi.d.ts.map +1 -1
- package/dist/api/InvitesApi.js +17 -2
- package/dist/api/LikesApi.d.ts +27 -1
- package/dist/api/LikesApi.d.ts.map +1 -1
- package/dist/api/LikesApi.js +41 -2
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +5 -1
- package/dist/api/LiveMeetingsApi.d.ts.map +1 -1
- package/dist/api/LiveMeetingsApi.js +8 -2
- package/dist/api/MeetingEventsApi.d.ts +39 -1
- package/dist/api/MeetingEventsApi.d.ts.map +1 -1
- package/dist/api/MeetingEventsApi.js +59 -2
- package/dist/api/NotificationsApi.d.ts +29 -1
- package/dist/api/NotificationsApi.d.ts.map +1 -1
- package/dist/api/NotificationsApi.js +44 -2
- package/dist/api/PagesApi.d.ts +17 -1
- package/dist/api/PagesApi.d.ts.map +1 -1
- package/dist/api/PagesApi.js +26 -2
- package/dist/api/PasswordResetApi.d.ts +1 -1
- package/dist/api/PasswordResetApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +11 -1
- package/dist/api/PhoneNumbersApi.d.ts.map +1 -1
- package/dist/api/PhoneNumbersApi.js +17 -2
- package/dist/api/PostsApi.d.ts +9 -1
- package/dist/api/PostsApi.d.ts.map +1 -1
- package/dist/api/PostsApi.js +14 -2
- package/dist/api/PrivateMessagesApi.d.ts +31 -1
- package/dist/api/PrivateMessagesApi.d.ts.map +1 -1
- package/dist/api/PrivateMessagesApi.js +47 -2
- package/dist/api/PublicationsApi.d.ts +19 -1
- package/dist/api/PublicationsApi.d.ts.map +1 -1
- package/dist/api/PublicationsApi.js +29 -2
- package/dist/api/RestApplicationsApi.d.ts +11 -1
- package/dist/api/RestApplicationsApi.d.ts.map +1 -1
- package/dist/api/RestApplicationsApi.js +17 -2
- package/dist/api/ScreensApi.d.ts +7 -1
- package/dist/api/ScreensApi.d.ts.map +1 -1
- package/dist/api/ScreensApi.js +11 -2
- package/dist/api/SitesApi.d.ts +21 -1
- package/dist/api/SitesApi.d.ts.map +1 -1
- package/dist/api/SitesApi.js +32 -2
- package/dist/api/SocialGroupsApi.d.ts +39 -1
- package/dist/api/SocialGroupsApi.d.ts.map +1 -1
- package/dist/api/SocialGroupsApi.js +59 -2
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +79 -1
- package/dist/api/StripeAccountsApi.d.ts.map +1 -1
- package/dist/api/StripeAccountsApi.js +119 -2
- package/dist/api/TemplatesApi.d.ts +7 -1
- package/dist/api/TemplatesApi.d.ts.map +1 -1
- package/dist/api/TemplatesApi.js +11 -2
- package/dist/api/ThemeMappingsApi.d.ts +7 -1
- package/dist/api/ThemeMappingsApi.d.ts.map +1 -1
- package/dist/api/ThemeMappingsApi.js +11 -2
- package/dist/api/TopicsApi.d.ts +17 -1
- package/dist/api/TopicsApi.d.ts.map +1 -1
- package/dist/api/TopicsApi.js +26 -2
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserManagerAdministrationApi.d.ts +1 -1
- package/dist/api/UserManagerAdministrationApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +7 -1
- package/dist/api/UserTagsApi.d.ts.map +1 -1
- package/dist/api/UserTagsApi.js +11 -2
- package/dist/api/UsersApi.d.ts +23 -1
- package/dist/api/UsersApi.d.ts.map +1 -1
- package/dist/api/UsersApi.js +35 -2
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +19 -1
- package/dist/api/VideosApi.d.ts.map +1 -1
- package/dist/api/VideosApi.js +29 -2
- package/dist/api/WalletsApi.d.ts +35 -1
- package/dist/api/WalletsApi.d.ts.map +1 -1
- package/dist/api/WalletsApi.js +53 -2
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +14 -0
- package/dist/model/APIClient.d.ts +1 -1
- package/dist/model/APIClient.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/Address.d.ts +1 -1
- package/dist/model/Address.js +2 -2
- package/dist/model/AddressResponse.d.ts +1 -1
- package/dist/model/AddressResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/Article.d.ts +43 -43
- package/dist/model/Article.d.ts.map +1 -1
- package/dist/model/Article.js +112 -112
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +9 -9
- package/dist/model/Balance.d.ts.map +1 -1
- package/dist/model/Balance.js +34 -34
- 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/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/Base64ImageUpload.d.ts +1 -1
- package/dist/model/Base64ImageUpload.js +2 -2
- package/dist/model/BlogPostResponse.d.ts +1 -1
- package/dist/model/BlogPostResponse.js +2 -2
- package/dist/model/CacheInvalidation.d.ts +1 -1
- package/dist/model/CacheInvalidation.js +2 -2
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +1 -1
- package/dist/model/Comment.js +2 -2
- package/dist/model/ConsoleOrganizationInput.d.ts +66 -0
- package/dist/model/ConsoleOrganizationInput.d.ts.map +1 -0
- package/dist/model/ConsoleOrganizationInput.js +187 -0
- package/dist/model/ConsoleOrganizationResponse.d.ts +77 -0
- package/dist/model/ConsoleOrganizationResponse.d.ts.map +1 -0
- package/dist/model/ConsoleOrganizationResponse.js +216 -0
- 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/Coordinates.d.ts +1 -1
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.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/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/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +1 -1
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +15 -15
- package/dist/model/DataSheetImport.d.ts.map +1 -1
- package/dist/model/DataSheetImport.js +43 -43
- 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/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +43 -43
- package/dist/model/Document.d.ts.map +1 -1
- package/dist/model/Document.js +112 -112
- package/dist/model/DocumentPart.d.ts +1 -1
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.d.ts +1 -1
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.d.ts +1 -1
- package/dist/model/DocumentType.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/EmailAddress.d.ts +1 -1
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +1 -1
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +10 -10
- package/dist/model/Fields.d.ts.map +1 -1
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.d.ts +1 -1
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.d.ts +1 -1
- package/dist/model/FileAttachmentUploadObject.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/Form.d.ts +1 -1
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.d.ts +1 -1
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +10 -10
- package/dist/model/FormSubmission.d.ts.map +1 -1
- package/dist/model/FormSubmission.js +30 -30
- 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/FunctionInput.d.ts +1 -1
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.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 +1 -1
- package/dist/model/GeolocationInput.js +2 -2
- 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/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +19 -19
- package/dist/model/Graph.d.ts.map +1 -1
- package/dist/model/Graph.js +50 -50
- package/dist/model/GraphAction.d.ts +1 -1
- package/dist/model/GraphAction.js +2 -2
- 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 +1 -1
- package/dist/model/GraphObject.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 +1 -1
- package/dist/model/GraphObjectType.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 +1 -1
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.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 +1 -1
- package/dist/model/GraphRelationshipType.js +2 -2
- 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/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 +1 -1
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/IndexFilter.d.ts +1 -1
- package/dist/model/IndexFilter.js +2 -2
- package/dist/model/InputPart.d.ts +1 -1
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.d.ts +1 -1
- package/dist/model/InputPartHeaders.js +2 -2
- package/dist/model/JsonArray.d.ts +1 -1
- package/dist/model/JsonArray.js +2 -2
- package/dist/model/JsonObject.d.ts +1 -1
- package/dist/model/JsonObject.js +2 -2
- 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/Link.d.ts +1 -1
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.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 +1 -1
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.d.ts +1 -1
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.d.ts +1 -1
- package/dist/model/MemberGroupCategory.js +2 -2
- 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/MessageGroup.d.ts +1 -1
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +1 -1
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +1 -1
- package/dist/model/MultivaluedMapStringString.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/NumberSettings.d.ts +1 -1
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +1 -1
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +1 -1
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +1 -1
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.d.ts +1 -1
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.d.ts +1 -1
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.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/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/PaymentAccountObject.d.ts +1 -1
- package/dist/model/PaymentAccountObject.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/PaymentMethod.d.ts +1 -1
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.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/Payout.d.ts +1 -1
- package/dist/model/Payout.js +2 -2
- 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/PhoneNumber.d.ts +1 -1
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +1 -1
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.d.ts +1 -1
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.d.ts +1 -1
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.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/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/RelationshipMapping.d.ts +1 -1
- package/dist/model/RelationshipMapping.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/ScreenSchema.d.ts +1 -1
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.d.ts +1 -1
- package/dist/model/SimulcastInfo.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 +10 -10
- package/dist/model/SkinField.d.ts.map +1 -1
- package/dist/model/SkinField.js +25 -25
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +1 -1
- package/dist/model/SocialGroup.js +2 -2
- 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/Sort.d.ts +1 -1
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +1 -1
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StripeAccount.d.ts +1 -1
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +1 -1
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +1 -1
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +10 -10
- package/dist/model/ThemeMapping.d.ts.map +1 -1
- package/dist/model/ThemeMapping.js +25 -25
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.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/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/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +1 -1
- package/dist/model/Transfer.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 +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +1 -1
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.d.ts +1 -1
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +1 -1
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +1 -1
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- 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/Video.d.ts +1 -1
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +1 -1
- package/dist/model/VideoSchema.js +2 -2
- package/dist/model/VideoUploadObject.d.ts +1 -1
- package/dist/model/VideoUploadObject.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/ZeusPortalCategory.d.ts +1 -1
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
* gobodo-api
|
|
27
27
|
* REST Interface for Gobodo API
|
|
28
28
|
*
|
|
29
|
-
* The version of the OpenAPI document: 0.1.
|
|
29
|
+
* The version of the OpenAPI document: 0.1.109
|
|
30
30
|
* Contact: info@gobodo.io
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,7 +37,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
37
37
|
/**
|
|
38
38
|
* GraphObjects service.
|
|
39
39
|
* @module api/GraphObjectsApi
|
|
40
|
-
* @version 0.1.
|
|
40
|
+
* @version 0.1.109
|
|
41
41
|
*/
|
|
42
42
|
var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
43
43
|
/**
|
|
@@ -66,6 +66,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
66
66
|
* @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)
|
|
67
67
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
68
68
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
69
|
+
* @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
|
|
69
70
|
* @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
|
|
70
71
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
71
72
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -98,6 +99,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
99
|
var headerParams = {
|
|
99
100
|
'Authorization': opts['authorization'],
|
|
100
101
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
102
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
101
103
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
102
104
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
103
105
|
'transactionid': opts['transactionid']
|
|
@@ -124,6 +126,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
126
|
* @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)
|
|
125
127
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
126
128
|
* @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
|
|
129
|
+
* @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
|
|
127
130
|
* @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
|
|
128
131
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
129
132
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -150,6 +153,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
150
153
|
* @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)
|
|
151
154
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
152
155
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
156
|
+
* @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
|
|
153
157
|
* @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
|
|
154
158
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
155
159
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -178,6 +182,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
182
|
var headerParams = {
|
|
179
183
|
'Authorization': opts['authorization'],
|
|
180
184
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
185
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
181
186
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
182
187
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
183
188
|
'transactionid': opts['transactionid']
|
|
@@ -203,6 +208,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
203
208
|
* @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)
|
|
204
209
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
205
210
|
* @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
|
|
211
|
+
* @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
|
|
206
212
|
* @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
|
|
207
213
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
208
214
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -230,6 +236,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
236
|
* @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)
|
|
231
237
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
232
238
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
239
|
+
* @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
|
|
233
240
|
* @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
|
|
234
241
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
235
242
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -262,6 +269,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
262
269
|
var headerParams = {
|
|
263
270
|
'Authorization': opts['authorization'],
|
|
264
271
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
272
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
265
273
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
266
274
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
267
275
|
'transactionid': opts['transactionid']
|
|
@@ -288,6 +296,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
288
296
|
* @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)
|
|
289
297
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
290
298
|
* @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
|
|
299
|
+
* @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
|
|
291
300
|
* @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
|
|
292
301
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
293
302
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -315,6 +324,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
315
324
|
* @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)
|
|
316
325
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
317
326
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
327
|
+
* @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
|
|
318
328
|
* @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
|
|
319
329
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
320
330
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -347,6 +357,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
347
357
|
var headerParams = {
|
|
348
358
|
'Authorization': opts['authorization'],
|
|
349
359
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
360
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
350
361
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
351
362
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
352
363
|
'transactionid': opts['transactionid']
|
|
@@ -373,6 +384,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
373
384
|
* @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)
|
|
374
385
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
375
386
|
* @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
|
|
387
|
+
* @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
|
|
376
388
|
* @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
|
|
377
389
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
378
390
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -399,6 +411,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
411
|
* @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)
|
|
400
412
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
401
413
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
414
|
+
* @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
|
|
402
415
|
* @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
|
|
403
416
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
404
417
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -425,6 +438,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
425
438
|
var headerParams = {
|
|
426
439
|
'Authorization': opts['authorization'],
|
|
427
440
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
441
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
428
442
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
443
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
430
444
|
'transactionid': opts['transactionid']
|
|
@@ -450,6 +464,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
450
464
|
* @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)
|
|
451
465
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
452
466
|
* @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
|
|
467
|
+
* @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
|
|
453
468
|
* @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
|
|
454
469
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
455
470
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -477,6 +492,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
477
492
|
* @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)
|
|
478
493
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
479
494
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
495
|
+
* @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
|
|
480
496
|
* @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
|
|
481
497
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
482
498
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -509,6 +525,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
509
525
|
var headerParams = {
|
|
510
526
|
'Authorization': opts['authorization'],
|
|
511
527
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
528
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
512
529
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
513
530
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
514
531
|
'transactionid': opts['transactionid']
|
|
@@ -535,6 +552,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
535
552
|
* @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)
|
|
536
553
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
537
554
|
* @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
|
|
555
|
+
* @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
|
|
538
556
|
* @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
|
|
539
557
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
540
558
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -562,6 +580,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
562
580
|
* @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)
|
|
563
581
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
564
582
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
583
|
+
* @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
|
|
565
584
|
* @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
|
|
566
585
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
567
586
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -594,6 +613,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
594
613
|
var headerParams = {
|
|
595
614
|
'Authorization': opts['authorization'],
|
|
596
615
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
616
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
597
617
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
598
618
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
599
619
|
'transactionid': opts['transactionid']
|
|
@@ -620,6 +640,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
620
640
|
* @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)
|
|
621
641
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
622
642
|
* @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
|
|
643
|
+
* @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
|
|
623
644
|
* @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
|
|
624
645
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
625
646
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -646,6 +667,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
646
667
|
* @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)
|
|
647
668
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
648
669
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
670
|
+
* @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
|
|
649
671
|
* @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
|
|
650
672
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
651
673
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -674,6 +696,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
674
696
|
var headerParams = {
|
|
675
697
|
'Authorization': opts['authorization'],
|
|
676
698
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
699
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
677
700
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
678
701
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
679
702
|
'transactionid': opts['transactionid']
|
|
@@ -699,6 +722,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
699
722
|
* @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)
|
|
700
723
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
701
724
|
* @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
|
|
725
|
+
* @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
|
|
702
726
|
* @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
|
|
703
727
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
704
728
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -725,6 +749,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
725
749
|
* @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)
|
|
726
750
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
727
751
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
752
|
+
* @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
|
|
728
753
|
* @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
|
|
729
754
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
730
755
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -753,6 +778,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
753
778
|
var headerParams = {
|
|
754
779
|
'Authorization': opts['authorization'],
|
|
755
780
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
781
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
756
782
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
757
783
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
758
784
|
'transactionid': opts['transactionid']
|
|
@@ -778,6 +804,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
778
804
|
* @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)
|
|
779
805
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
780
806
|
* @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
|
|
807
|
+
* @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
|
|
781
808
|
* @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
|
|
782
809
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
783
810
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -804,6 +831,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
804
831
|
* @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)
|
|
805
832
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
806
833
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
834
|
+
* @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
|
|
807
835
|
* @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
|
|
808
836
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
809
837
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -832,6 +860,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
832
860
|
var headerParams = {
|
|
833
861
|
'Authorization': opts['authorization'],
|
|
834
862
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
863
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
835
864
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
836
865
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
837
866
|
'transactionid': opts['transactionid']
|
|
@@ -857,6 +886,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
857
886
|
* @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)
|
|
858
887
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
859
888
|
* @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
|
|
889
|
+
* @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
|
|
860
890
|
* @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
|
|
861
891
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
862
892
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -883,6 +913,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
883
913
|
* @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)
|
|
884
914
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
885
915
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
916
|
+
* @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
|
|
886
917
|
* @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
|
|
887
918
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
888
919
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -911,6 +942,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
911
942
|
var headerParams = {
|
|
912
943
|
'Authorization': opts['authorization'],
|
|
913
944
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
945
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
914
946
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
915
947
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
916
948
|
'transactionid': opts['transactionid']
|
|
@@ -936,6 +968,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
936
968
|
* @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)
|
|
937
969
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
938
970
|
* @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
|
|
971
|
+
* @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
|
|
939
972
|
* @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
|
|
940
973
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
941
974
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -963,6 +996,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
963
996
|
* @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)
|
|
964
997
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
965
998
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
999
|
+
* @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
|
|
966
1000
|
* @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
|
|
967
1001
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
968
1002
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -996,6 +1030,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
996
1030
|
var headerParams = {
|
|
997
1031
|
'Authorization': opts['authorization'],
|
|
998
1032
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1033
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
999
1034
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1000
1035
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1001
1036
|
'transactionid': opts['transactionid']
|
|
@@ -1022,6 +1057,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1022
1057
|
* @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)
|
|
1023
1058
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1024
1059
|
* @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
|
|
1060
|
+
* @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
|
|
1025
1061
|
* @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
|
|
1026
1062
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1027
1063
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1048,6 +1084,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1048
1084
|
* @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)
|
|
1049
1085
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1050
1086
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1087
|
+
* @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
|
|
1051
1088
|
* @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
|
|
1052
1089
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1053
1090
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1076,6 +1113,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1076
1113
|
var headerParams = {
|
|
1077
1114
|
'Authorization': opts['authorization'],
|
|
1078
1115
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1116
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1079
1117
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1080
1118
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1081
1119
|
'transactionid': opts['transactionid']
|
|
@@ -1101,6 +1139,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1101
1139
|
* @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)
|
|
1102
1140
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1103
1141
|
* @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
|
|
1142
|
+
* @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
|
|
1104
1143
|
* @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
|
|
1105
1144
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1106
1145
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1128,6 +1167,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1128
1167
|
* @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)
|
|
1129
1168
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1130
1169
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1170
|
+
* @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
|
|
1131
1171
|
* @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
1172
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1133
1173
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1161,6 +1201,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1161
1201
|
var headerParams = {
|
|
1162
1202
|
'Authorization': opts['authorization'],
|
|
1163
1203
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1204
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1164
1205
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1165
1206
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1166
1207
|
'transactionid': opts['transactionid']
|
|
@@ -1187,6 +1228,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1187
1228
|
* @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)
|
|
1188
1229
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1189
1230
|
* @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
|
|
1231
|
+
* @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
|
|
1190
1232
|
* @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
|
|
1191
1233
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1192
1234
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1213,6 +1255,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1213
1255
|
* @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)
|
|
1214
1256
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1215
1257
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1258
|
+
* @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
|
|
1216
1259
|
* @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
|
|
1217
1260
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1218
1261
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1241,6 +1284,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1241
1284
|
var headerParams = {
|
|
1242
1285
|
'Authorization': opts['authorization'],
|
|
1243
1286
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1287
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1244
1288
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1245
1289
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1246
1290
|
'transactionid': opts['transactionid']
|
|
@@ -1266,6 +1310,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1266
1310
|
* @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)
|
|
1267
1311
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1268
1312
|
* @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
|
|
1313
|
+
* @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
1314
|
* @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
|
|
1270
1315
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1271
1316
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1292,6 +1337,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1292
1337
|
* @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)
|
|
1293
1338
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1294
1339
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1340
|
+
* @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
|
|
1295
1341
|
* @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
|
|
1296
1342
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1297
1343
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1320,6 +1366,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1320
1366
|
var headerParams = {
|
|
1321
1367
|
'Authorization': opts['authorization'],
|
|
1322
1368
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1369
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1323
1370
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1324
1371
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1325
1372
|
'transactionid': opts['transactionid']
|
|
@@ -1345,6 +1392,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1345
1392
|
* @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)
|
|
1346
1393
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1347
1394
|
* @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
|
|
1395
|
+
* @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
|
|
1348
1396
|
* @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
|
|
1349
1397
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1350
1398
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1370,6 +1418,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1370
1418
|
* @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)
|
|
1371
1419
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1372
1420
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1421
|
+
* @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
|
|
1373
1422
|
* @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
|
|
1374
1423
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1375
1424
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1398,6 +1447,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1398
1447
|
var headerParams = {
|
|
1399
1448
|
'Authorization': opts['authorization'],
|
|
1400
1449
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1450
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1401
1451
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1402
1452
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1403
1453
|
'transactionid': opts['transactionid']
|
|
@@ -1422,6 +1472,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1422
1472
|
* @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)
|
|
1423
1473
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1424
1474
|
* @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
|
|
1475
|
+
* @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
|
|
1425
1476
|
* @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
|
|
1426
1477
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1427
1478
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1448,6 +1499,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1448
1499
|
* @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)
|
|
1449
1500
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1450
1501
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1502
|
+
* @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
|
|
1451
1503
|
* @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
|
|
1452
1504
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1453
1505
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1481,6 +1533,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1481
1533
|
var headerParams = {
|
|
1482
1534
|
'Authorization': opts['authorization'],
|
|
1483
1535
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1536
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1484
1537
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1485
1538
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1486
1539
|
'transactionid': opts['transactionid']
|
|
@@ -1506,6 +1559,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1506
1559
|
* @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)
|
|
1507
1560
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1508
1561
|
* @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
|
|
1562
|
+
* @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
|
|
1509
1563
|
* @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
|
|
1510
1564
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1511
1565
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1532,6 +1586,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1532
1586
|
* @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)
|
|
1533
1587
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1534
1588
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1589
|
+
* @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
|
|
1535
1590
|
* @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
|
|
1536
1591
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1537
1592
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1569,6 +1624,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1569
1624
|
var headerParams = {
|
|
1570
1625
|
'Authorization': opts['authorization'],
|
|
1571
1626
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1627
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1572
1628
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1573
1629
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1574
1630
|
'transactionid': opts['transactionid']
|
|
@@ -1594,6 +1650,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1594
1650
|
* @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)
|
|
1595
1651
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1596
1652
|
* @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
|
|
1653
|
+
* @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
|
|
1597
1654
|
* @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
|
|
1598
1655
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1599
1656
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1623,6 +1680,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1623
1680
|
* @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)
|
|
1624
1681
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1625
1682
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1683
|
+
* @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
|
|
1626
1684
|
* @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
|
|
1627
1685
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1628
1686
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1656,6 +1714,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1656
1714
|
var headerParams = {
|
|
1657
1715
|
'Authorization': opts['authorization'],
|
|
1658
1716
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1717
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1659
1718
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1660
1719
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1661
1720
|
'transactionid': opts['transactionid']
|
|
@@ -1682,6 +1741,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1682
1741
|
* @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)
|
|
1683
1742
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1684
1743
|
* @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
|
|
1744
|
+
* @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
|
|
1685
1745
|
* @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
|
|
1686
1746
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1687
1747
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1709,6 +1769,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1709
1769
|
* @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)
|
|
1710
1770
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1711
1771
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1772
|
+
* @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
|
|
1712
1773
|
* @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
|
|
1713
1774
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1714
1775
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1742,6 +1803,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1742
1803
|
var headerParams = {
|
|
1743
1804
|
'Authorization': opts['authorization'],
|
|
1744
1805
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1806
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1745
1807
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1746
1808
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1747
1809
|
'transactionid': opts['transactionid']
|
|
@@ -1768,6 +1830,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1768
1830
|
* @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)
|
|
1769
1831
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1770
1832
|
* @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
|
|
1833
|
+
* @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
|
|
1771
1834
|
* @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
|
|
1772
1835
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1773
1836
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1794,6 +1857,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1794
1857
|
* @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)
|
|
1795
1858
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1796
1859
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1860
|
+
* @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
|
|
1797
1861
|
* @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
|
|
1798
1862
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1799
1863
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1822,6 +1886,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1822
1886
|
var headerParams = {
|
|
1823
1887
|
'Authorization': opts['authorization'],
|
|
1824
1888
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1889
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1825
1890
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1826
1891
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1827
1892
|
'transactionid': opts['transactionid']
|
|
@@ -1847,6 +1912,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1847
1912
|
* @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)
|
|
1848
1913
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1849
1914
|
* @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
|
|
1915
|
+
* @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
|
|
1850
1916
|
* @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
|
|
1851
1917
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1852
1918
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1873,6 +1939,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1873
1939
|
* @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)
|
|
1874
1940
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1875
1941
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1942
|
+
* @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
|
|
1876
1943
|
* @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
|
|
1877
1944
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1878
1945
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1901,6 +1968,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1901
1968
|
var headerParams = {
|
|
1902
1969
|
'Authorization': opts['authorization'],
|
|
1903
1970
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1971
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1904
1972
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1905
1973
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1906
1974
|
'transactionid': opts['transactionid']
|
|
@@ -1926,6 +1994,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1926
1994
|
* @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)
|
|
1927
1995
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1928
1996
|
* @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
|
|
1997
|
+
* @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
|
|
1929
1998
|
* @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
|
|
1930
1999
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1931
2000
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1952,6 +2021,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1952
2021
|
* @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)
|
|
1953
2022
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1954
2023
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2024
|
+
* @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
|
|
1955
2025
|
* @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
|
|
1956
2026
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1957
2027
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1980,6 +2050,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1980
2050
|
var headerParams = {
|
|
1981
2051
|
'Authorization': opts['authorization'],
|
|
1982
2052
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2053
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1983
2054
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1984
2055
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1985
2056
|
'transactionid': opts['transactionid']
|
|
@@ -2005,6 +2076,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2005
2076
|
* @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)
|
|
2006
2077
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2007
2078
|
* @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
|
|
2079
|
+
* @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
|
|
2008
2080
|
* @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
|
|
2009
2081
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2010
2082
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2031,6 +2103,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2031
2103
|
* @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)
|
|
2032
2104
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2033
2105
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2106
|
+
* @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
|
|
2034
2107
|
* @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
|
|
2035
2108
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2036
2109
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2059,6 +2132,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2059
2132
|
var headerParams = {
|
|
2060
2133
|
'Authorization': opts['authorization'],
|
|
2061
2134
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2135
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2062
2136
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2063
2137
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2064
2138
|
'transactionid': opts['transactionid']
|
|
@@ -2084,6 +2158,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2084
2158
|
* @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)
|
|
2085
2159
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2086
2160
|
* @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
|
|
2161
|
+
* @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
|
|
2087
2162
|
* @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
|
|
2088
2163
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2089
2164
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2110,6 +2185,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2110
2185
|
* @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)
|
|
2111
2186
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2112
2187
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2188
|
+
* @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
|
|
2113
2189
|
* @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
|
|
2114
2190
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2115
2191
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2138,6 +2214,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2138
2214
|
var headerParams = {
|
|
2139
2215
|
'Authorization': opts['authorization'],
|
|
2140
2216
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2217
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2141
2218
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2142
2219
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2143
2220
|
'transactionid': opts['transactionid']
|
|
@@ -2163,6 +2240,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2163
2240
|
* @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)
|
|
2164
2241
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2165
2242
|
* @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
|
|
2243
|
+
* @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
|
|
2166
2244
|
* @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
|
|
2167
2245
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2168
2246
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2190,6 +2268,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2190
2268
|
* @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)
|
|
2191
2269
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2192
2270
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2271
|
+
* @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
|
|
2193
2272
|
* @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
|
|
2194
2273
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2195
2274
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2222,6 +2301,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2222
2301
|
var headerParams = {
|
|
2223
2302
|
'Authorization': opts['authorization'],
|
|
2224
2303
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2304
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2225
2305
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2226
2306
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2227
2307
|
'transactionid': opts['transactionid']
|
|
@@ -2248,6 +2328,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2248
2328
|
* @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)
|
|
2249
2329
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2250
2330
|
* @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
|
|
2331
|
+
* @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
|
|
2251
2332
|
* @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
|
|
2252
2333
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2253
2334
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2275,6 +2356,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2275
2356
|
* @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)
|
|
2276
2357
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2277
2358
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2359
|
+
* @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
|
|
2278
2360
|
* @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
|
|
2279
2361
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2280
2362
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2309,6 +2391,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2309
2391
|
var headerParams = {
|
|
2310
2392
|
'Authorization': opts['authorization'],
|
|
2311
2393
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2394
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2312
2395
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2313
2396
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2314
2397
|
'transactionid': opts['transactionid']
|
|
@@ -2335,6 +2418,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2335
2418
|
* @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)
|
|
2336
2419
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2337
2420
|
* @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
|
|
2421
|
+
* @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
|
|
2338
2422
|
* @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
|
|
2339
2423
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2340
2424
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2363,6 +2447,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2363
2447
|
* @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)
|
|
2364
2448
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2365
2449
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2450
|
+
* @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
|
|
2366
2451
|
* @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
|
|
2367
2452
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2368
2453
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2395,6 +2480,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2395
2480
|
var headerParams = {
|
|
2396
2481
|
'Authorization': opts['authorization'],
|
|
2397
2482
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2483
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2398
2484
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2399
2485
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2400
2486
|
'transactionid': opts['transactionid']
|
|
@@ -2421,6 +2507,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2421
2507
|
* @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)
|
|
2422
2508
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2423
2509
|
* @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
|
|
2510
|
+
* @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
|
|
2424
2511
|
* @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
|
|
2425
2512
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2426
2513
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|