@gobodo/gobodo-api 0.1.97 → 0.1.100
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 +602 -684
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +7 -3
- package/dist/api/ActionTypesApi.d.ts +2 -1
- package/dist/api/ActionTypesApi.js +6 -3
- package/dist/api/AdCampaignsApi.d.ts +30 -47
- package/dist/api/AdCampaignsApi.js +107 -145
- package/dist/api/AdManagementApi.d.ts +53 -41
- package/dist/api/AdManagementApi.js +186 -156
- package/dist/api/AdminDataManagementApi.d.ts +4 -3
- package/dist/api/AdminDataManagementApi.js +17 -15
- package/dist/api/AdsApi.d.ts +24 -43
- package/dist/api/AdsApi.js +80 -124
- package/dist/api/AttachmentsApi.d.ts +14 -58
- package/dist/api/AttachmentsApi.js +64 -166
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +12 -12
- package/dist/api/CategoriesApi.d.ts +17 -10
- package/dist/api/CategoriesApi.js +88 -65
- package/dist/api/CommentsApi.d.ts +11 -53
- package/dist/api/CommentsApi.js +64 -159
- package/dist/api/ContentManagementApi.d.ts +44 -16
- package/dist/api/ContentManagementApi.js +306 -222
- package/dist/api/ConversationsApi.d.ts +13 -29
- package/dist/api/ConversationsApi.js +87 -119
- package/dist/api/CurrencyApi.d.ts +8 -1
- package/dist/api/CurrencyApi.js +71 -50
- package/dist/api/DataSheetImportsApi.d.ts +23 -11
- package/dist/api/DataSheetImportsApi.js +167 -127
- package/dist/api/DefaultApi.d.ts +18 -13
- package/dist/api/DefaultApi.js +73 -58
- package/dist/api/DocumentPartTypesApi.d.ts +3 -1
- package/dist/api/DocumentPartTypesApi.js +23 -16
- package/dist/api/DocumentTypesApi.d.ts +3 -1
- package/dist/api/DocumentTypesApi.js +23 -16
- package/dist/api/DocumentsApi.d.ts +20 -32
- package/dist/api/DocumentsApi.js +131 -153
- package/dist/api/EmailsApi.d.ts +5 -1
- package/dist/api/EmailsApi.js +43 -30
- package/dist/api/EntryPartsApi.d.ts +21 -33
- package/dist/api/EntryPartsApi.js +132 -152
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +3 -3
- package/dist/api/FieldsApi.d.ts +4 -1
- package/dist/api/FieldsApi.js +33 -23
- package/dist/api/FilesApi.d.ts +5 -5
- package/dist/api/FilesApi.js +13 -12
- package/dist/api/FormsApi.d.ts +52 -34
- package/dist/api/FormsApi.js +233 -182
- package/dist/api/FunctionsApi.d.ts +21 -27
- package/dist/api/FunctionsApi.js +196 -203
- package/dist/api/GeocodeApi.d.ts +30 -70
- package/dist/api/GeocodeApi.js +72 -176
- package/dist/api/GobodoManagementApi.d.ts +6 -1
- package/dist/api/GobodoManagementApi.js +53 -37
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +3 -3
- package/dist/api/GraphActionTypesApi.d.ts +79 -61
- package/dist/api/GraphActionTypesApi.js +225 -184
- package/dist/api/GraphActionsApi.d.ts +28 -149
- package/dist/api/GraphActionsApi.js +85 -374
- package/dist/api/GraphObjectTypesApi.d.ts +38 -148
- package/dist/api/GraphObjectTypesApi.js +140 -392
- package/dist/api/GraphObjectsApi.d.ts +194 -1103
- package/dist/api/GraphObjectsApi.js +597 -2774
- package/dist/api/GraphRelationshipTypesApi.d.ts +67 -303
- package/dist/api/GraphRelationshipTypesApi.js +200 -748
- package/dist/api/GraphRelationshipsApi.d.ts +83 -494
- package/dist/api/GraphRelationshipsApi.js +351 -1306
- package/dist/api/GraphSchemasApi.d.ts +9 -229
- package/dist/api/GraphSchemasApi.js +86 -610
- package/dist/api/GraphTraversalApi.d.ts +12 -5
- package/dist/api/GraphTraversalApi.js +80 -58
- package/dist/api/GraphsApi.d.ts +102 -87
- package/dist/api/GraphsApi.js +274 -233
- package/dist/api/IAMApi.d.ts +21 -17
- package/dist/api/IAMApi.js +69 -57
- package/dist/api/ImagesApi.d.ts +15 -86
- package/dist/api/ImagesApi.js +71 -238
- package/dist/api/InvitesApi.d.ts +6 -1
- package/dist/api/InvitesApi.js +53 -37
- package/dist/api/LikesApi.d.ts +42 -29
- package/dist/api/LikesApi.js +179 -143
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +3 -3
- package/dist/api/LiveMeetingsApi.d.ts +5 -3
- package/dist/api/LiveMeetingsApi.js +27 -22
- package/dist/api/MeetingEventsApi.d.ts +20 -131
- package/dist/api/MeetingEventsApi.js +175 -431
- package/dist/api/NotificationsApi.d.ts +15 -1
- package/dist/api/NotificationsApi.js +137 -97
- package/dist/api/PagesApi.d.ts +15 -31
- package/dist/api/PagesApi.js +94 -126
- package/dist/api/PasswordResetApi.d.ts +78 -0
- package/dist/api/PasswordResetApi.js +189 -0
- package/dist/api/PhoneNumbersApi.d.ts +6 -1
- package/dist/api/PhoneNumbersApi.js +53 -37
- package/dist/api/PostsApi.d.ts +9 -29
- package/dist/api/PostsApi.js +47 -91
- package/dist/api/PrivateMessagesApi.d.ts +24 -33
- package/dist/api/PrivateMessagesApi.js +160 -171
- package/dist/api/PublicationsApi.d.ts +10 -25
- package/dist/api/PublicationsApi.js +83 -116
- package/dist/api/RestApplicationsApi.d.ts +6 -1
- package/dist/api/RestApplicationsApi.js +51 -36
- package/dist/api/ScreensApi.d.ts +4 -1
- package/dist/api/ScreensApi.js +33 -23
- package/dist/api/SitesApi.d.ts +11 -1
- package/dist/api/SitesApi.js +99 -70
- package/dist/api/SocialGroupsApi.d.ts +25 -6
- package/dist/api/SocialGroupsApi.js +193 -139
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +6 -6
- package/dist/api/StripeAccountsApi.d.ts +42 -3
- package/dist/api/StripeAccountsApi.js +397 -281
- package/dist/api/TagsApi.d.ts +2 -1
- package/dist/api/TagsApi.js +6 -3
- package/dist/api/TemplatesApi.d.ts +4 -1
- package/dist/api/TemplatesApi.js +33 -23
- package/dist/api/ThemeMappingsApi.d.ts +8 -5
- package/dist/api/ThemeMappingsApi.js +39 -29
- package/dist/api/TopicsApi.d.ts +9 -1
- package/dist/api/TopicsApi.js +83 -58
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +5 -5
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +3 -3
- package/dist/api/UserManagerAdministrationApi.d.ts +96 -0
- package/dist/api/UserManagerAdministrationApi.js +234 -0
- package/dist/api/UserTagsApi.d.ts +33 -75
- package/dist/api/UserTagsApi.js +111 -209
- package/dist/api/UsersApi.d.ts +12 -1
- package/dist/api/UsersApi.js +111 -78
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +3 -3
- package/dist/api/VideosApi.d.ts +17 -57
- package/dist/api/VideosApi.js +102 -192
- package/dist/api/WalletsApi.d.ts +18 -1
- package/dist/api/WalletsApi.js +167 -118
- package/dist/index.d.ts +33 -16
- package/dist/index.js +204 -85
- package/dist/model/APIClient.d.ts +2 -2
- package/dist/model/APIClient.js +10 -10
- 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 +33 -0
- package/dist/model/Address.js +137 -0
- package/dist/model/AddressResponse.d.ts +46 -0
- package/dist/model/AddressResponse.js +168 -0
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/Article.d.ts +10 -10
- package/dist/model/Article.js +68 -68
- 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 +2 -2
- package/dist/model/Balance.js +19 -19
- 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 +46 -0
- package/dist/model/CacheInvalidation.js +137 -0
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +4 -4
- package/dist/model/Comment.js +22 -22
- 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/Currency.d.ts +1 -1
- package/dist/model/Currency.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 +8 -8
- package/dist/model/DataSheetImport.js +76 -76
- package/dist/model/DataSheetImportPrivacySettings.d.ts +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +10 -10
- package/dist/model/DataSheetImportSummary.d.ts +2 -2
- package/dist/model/DataSheetImportSummary.js +14 -14
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +11 -11
- package/dist/model/Document.js +72 -72
- package/dist/model/DocumentPart.d.ts +6 -6
- package/dist/model/DocumentPart.js +54 -54
- package/dist/model/DocumentPartType.d.ts +4 -4
- package/dist/model/DocumentPartType.js +30 -30
- package/dist/model/DocumentType.d.ts +6 -6
- package/dist/model/DocumentType.js +46 -46
- package/dist/model/DomainMappingInput.d.ts +40 -0
- package/dist/model/DomainMappingInput.js +122 -0
- package/dist/model/DomainMappingResponse.d.ts +40 -0
- package/dist/model/DomainMappingResponse.js +122 -0
- 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 +5 -5
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.d.ts +5 -5
- package/dist/model/File.js +28 -28
- package/dist/model/FileAttachmentUploadObject.d.ts +5 -5
- package/dist/model/FileAttachmentUploadObject.js +28 -28
- 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 +3 -3
- package/dist/model/Form.js +21 -21
- package/dist/model/FormSection.d.ts +1 -1
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +3 -3
- package/dist/model/FormSubmission.js +17 -17
- 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/Geocode.d.ts +1 -1
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +6 -6
- package/dist/model/GeocodeResponse.d.ts +42 -0
- package/dist/model/GeocodeResponse.js +140 -0
- 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 +5 -5
- package/dist/model/Graph.js +33 -33
- package/dist/model/GraphAction.d.ts +2 -2
- package/dist/model/GraphAction.js +11 -11
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +3 -1
- package/dist/model/GraphActionResponse.js +26 -2
- package/dist/model/GraphActionTypeInput.d.ts +55 -0
- package/dist/model/GraphActionTypeInput.js +316 -0
- package/dist/model/GraphActionTypeResponse.d.ts +69 -0
- package/dist/model/GraphActionTypeResponse.js +407 -0
- package/dist/model/GraphDatabaseService.d.ts +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.d.ts +1 -1
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphInput.d.ts +43 -0
- package/dist/model/GraphInput.js +152 -0
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +9 -9
- package/dist/model/GraphObject.d.ts +3 -3
- package/dist/model/GraphObject.js +19 -19
- package/dist/model/GraphObjectPayload.d.ts +3 -3
- package/dist/model/GraphObjectPayload.js +17 -19
- package/dist/model/GraphObjectResponse.d.ts +11 -3
- package/dist/model/GraphObjectResponse.js +74 -6
- package/dist/model/GraphObjectSchema.d.ts +4 -4
- package/dist/model/GraphObjectSchema.js +31 -31
- package/dist/model/GraphObjectType.d.ts +3 -3
- package/dist/model/GraphObjectType.js +18 -18
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +9 -7
- package/dist/model/GraphObjectTypeResponse.js +59 -28
- package/dist/model/GraphObjectTypeSchema.d.ts +3 -3
- package/dist/model/GraphObjectTypeSchema.js +18 -18
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +2 -2
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.d.ts +3 -3
- package/dist/model/GraphRelationshipPayload.js +22 -24
- package/dist/model/GraphRelationshipResponse.d.ts +55 -0
- package/dist/model/GraphRelationshipResponse.js +229 -0
- package/dist/model/GraphRelationshipType.d.ts +6 -6
- package/dist/model/GraphRelationshipType.js +43 -43
- package/dist/model/GraphRelationshipTypeInput.d.ts +59 -0
- package/dist/model/GraphRelationshipTypeInput.js +367 -0
- package/dist/model/GraphRelationshipTypeResponse.d.ts +4 -1
- package/dist/model/GraphRelationshipTypeResponse.js +38 -2
- package/dist/model/GraphResponse.d.ts +54 -0
- package/dist/model/GraphResponse.js +196 -0
- package/dist/model/GraphSchema.d.ts +7 -7
- package/dist/model/GraphSchema.js +42 -42
- 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 +7 -1
- package/dist/model/GraphTraversalInput.js +74 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/InputPart.d.ts +5 -3
- package/dist/model/InputPart.js +42 -23
- package/dist/model/InputPartHeaders.d.ts +29 -0
- package/dist/model/InputPartHeaders.js +87 -0
- package/dist/model/InputPartMediaType.d.ts +1 -1
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/JsonArray.d.ts +34 -0
- package/dist/model/JsonArray.js +95 -0
- package/dist/model/JsonObject.d.ts +41 -0
- package/dist/model/JsonObject.js +143 -0
- package/dist/model/JsonValue.d.ts +40 -0
- package/dist/model/JsonValue.js +132 -0
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +3 -3
- package/dist/model/Link.js +21 -21
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MediaType.d.ts +33 -0
- package/dist/model/MediaType.js +127 -0
- package/dist/model/MeetingEvent.d.ts +7 -7
- package/dist/model/MeetingEvent.js +50 -50
- 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/MeetingEventTimezone.d.ts +1 -1
- package/dist/model/MeetingEventTimezone.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 +2 -2
- package/dist/model/MeetingInfo.js +15 -15
- package/dist/model/Member.d.ts +4 -4
- package/dist/model/Member.js +24 -24
- 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 +39 -0
- package/dist/model/MemberManagerConfigInput.js +124 -0
- package/dist/model/MemberManagerConfigResponse.d.ts +41 -0
- package/dist/model/MemberManagerConfigResponse.js +134 -0
- package/dist/model/MemberManagerInput.d.ts +41 -0
- package/dist/model/MemberManagerInput.js +134 -0
- package/dist/model/MemberManagerResponse.d.ts +41 -0
- package/dist/model/MemberManagerResponse.js +134 -0
- 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 +29 -0
- package/dist/model/MultivaluedMapStringString.js +87 -0
- 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 +3 -3
- package/dist/model/Objecttype.js +18 -18
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +3 -3
- package/dist/model/Page.js +16 -16
- package/dist/model/PageSchema.d.ts +4 -4
- package/dist/model/PageSchema.js +25 -25
- package/dist/model/Pageable.d.ts +3 -3
- package/dist/model/Pageable.js +16 -16
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +38 -0
- package/dist/model/PasswordResetInitiateRequest.js +112 -0
- package/dist/model/PasswordResetInitiateResponse.d.ts +46 -0
- package/dist/model/PasswordResetInitiateResponse.js +156 -0
- package/dist/model/PasswordResetRequest.d.ts +42 -0
- package/dist/model/PasswordResetRequest.js +136 -0
- package/dist/model/PasswordResetResponse.d.ts +46 -0
- package/dist/model/PasswordResetResponse.js +162 -0
- package/dist/model/PasswordResetValidationResponse.d.ts +46 -0
- package/dist/model/PasswordResetValidationResponse.js +162 -0
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +9 -9
- 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 +2 -2
- package/dist/model/PaymentMethod.js +10 -10
- 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 +2 -2
- package/dist/model/Payout.js +15 -15
- 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 +3 -3
- package/dist/model/PhoneNumber.js +20 -20
- package/dist/model/Post.d.ts +3 -3
- package/dist/model/Post.js +17 -17
- package/dist/model/PrivateMessage.d.ts +4 -4
- package/dist/model/PrivateMessage.js +28 -28
- package/dist/model/PrivateMessageConversation.d.ts +6 -6
- package/dist/model/PrivateMessageConversation.js +52 -52
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +2 -2
- package/dist/model/Profile.js +14 -14
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.d.ts +1 -1
- package/dist/model/PropertyContainer.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 +41 -0
- package/dist/model/PurgeDataDefaultResponse.js +143 -0
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +2 -2
- package/dist/model/RelationshipMapping.js +18 -18
- 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 +5 -5
- package/dist/model/ScreenSchema.js +37 -37
- 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 +5 -5
- 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 +2 -2
- package/dist/model/SocialGroup.js +14 -14
- 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 +2 -2
- package/dist/model/Sort.js +9 -9
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +2 -2
- package/dist/model/StatusUpdate.js +10 -10
- package/dist/model/StreetAddress.d.ts +1 -1
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +2 -2
- package/dist/model/StripeAccount.js +10 -10
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +2 -2
- package/dist/model/Template.js +10 -10
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +2 -2
- package/dist/model/TemplateSchema.js +10 -10
- package/dist/model/ThemeMapping.d.ts +2 -2
- package/dist/model/ThemeMapping.js +14 -14
- 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 +2 -2
- package/dist/model/Transfer.js +12 -12
- 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 +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +12 -12
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +10 -10
- package/dist/model/User.d.ts +4 -4
- package/dist/model/User.js +24 -24
- package/dist/model/UserDataPayload.d.ts +4 -4
- package/dist/model/UserDataPayload.js +24 -24
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +4 -4
- package/dist/model/UserInvite.js +26 -26
- 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 +4 -4
- package/dist/model/UserSchema.js +24 -24
- package/dist/model/UserTag.d.ts +3 -3
- package/dist/model/UserTag.js +21 -21
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- package/dist/model/UsernameReminderRequest.d.ts +38 -0
- package/dist/model/UsernameReminderRequest.js +112 -0
- package/dist/model/UsernameReminderResponse.d.ts +46 -0
- package/dist/model/UsernameReminderResponse.js +156 -0
- package/dist/model/Video.d.ts +10 -10
- package/dist/model/Video.js +63 -63
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +10 -10
- package/dist/model/VideoSchema.js +63 -63
- package/dist/model/VideoUploadObject.d.ts +10 -10
- package/dist/model/VideoUploadObject.js +63 -63
- 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 +3 -3
|
@@ -5,8 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _CacheInvalidation = _interopRequireDefault(require("../model/CacheInvalidation"));
|
|
8
9
|
var _Page = _interopRequireDefault(require("../model/Page"));
|
|
9
|
-
var
|
|
10
|
+
var _PurgeDataDefaultResponse = _interopRequireDefault(require("../model/PurgeDataDefaultResponse"));
|
|
10
11
|
var _SocialGroup = _interopRequireDefault(require("../model/SocialGroup"));
|
|
11
12
|
var _SocialGroupInput = _interopRequireDefault(require("../model/SocialGroupInput"));
|
|
12
13
|
var _SocialGroupResponse = _interopRequireDefault(require("../model/SocialGroupResponse"));
|
|
@@ -23,7 +24,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
23
24
|
* gobodo-api
|
|
24
25
|
* REST Interface for Gobodo API
|
|
25
26
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
27
|
+
* The version of the OpenAPI document: 0.1.100
|
|
27
28
|
* Contact: info@gobodo.io
|
|
28
29
|
*
|
|
29
30
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
35
|
/**
|
|
35
36
|
* SocialGroups service.
|
|
36
37
|
* @module api/SocialGroupsApi
|
|
37
|
-
* @version 0.1.
|
|
38
|
+
* @version 0.1.100
|
|
38
39
|
*/
|
|
39
40
|
var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
41
|
/**
|
|
@@ -69,6 +70,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
70
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
70
71
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
71
72
|
* @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)
|
|
73
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
72
74
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
73
75
|
* @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
|
|
74
76
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -93,15 +95,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
95
|
'groupid': groupid
|
|
94
96
|
};
|
|
95
97
|
var queryParams = {
|
|
98
|
+
'cacheduration': opts['cacheduration'],
|
|
99
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
100
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
101
|
+
'cachescope': opts['cachescope'],
|
|
102
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
103
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
96
104
|
'inviteCode': opts['inviteCode']
|
|
97
105
|
};
|
|
98
106
|
var headerParams = {
|
|
99
107
|
'Authorization': opts['authorization'],
|
|
100
|
-
'cacheduration': opts['cacheduration'],
|
|
101
|
-
'cachegroup': opts['cachegroup'],
|
|
102
|
-
'cachekey': opts['cachekey'],
|
|
103
|
-
'cachescope': opts['cachescope'],
|
|
104
|
-
'cacheuser': opts['cacheuser'],
|
|
105
108
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
106
109
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
107
110
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -112,7 +115,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
115
|
var contentTypes = [];
|
|
113
116
|
var accepts = ['*/*'];
|
|
114
117
|
var returnType = null;
|
|
115
|
-
return this.apiClient.callApi('/
|
|
118
|
+
return this.apiClient.callApi('/groups/{groupid}/addmembers', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
116
119
|
}
|
|
117
120
|
|
|
118
121
|
/**
|
|
@@ -134,6 +137,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
134
137
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
135
138
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
136
139
|
* @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)
|
|
140
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
137
141
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
138
142
|
* @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
|
|
139
143
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -151,14 +155,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
155
|
throw new Error("Missing the required parameter 'socialGroup' when calling createGroup");
|
|
152
156
|
}
|
|
153
157
|
var pathParams = {};
|
|
154
|
-
var queryParams = {
|
|
155
|
-
var headerParams = {
|
|
156
|
-
'Authorization': opts['authorization'],
|
|
158
|
+
var queryParams = {
|
|
157
159
|
'cacheduration': opts['cacheduration'],
|
|
158
|
-
'cachegroup': opts['cachegroup'],
|
|
159
|
-
'cachekey': opts['cachekey'],
|
|
160
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
161
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
160
162
|
'cachescope': opts['cachescope'],
|
|
161
|
-
'cacheuser': opts['cacheuser'],
|
|
163
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
164
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
165
|
+
};
|
|
166
|
+
var headerParams = {
|
|
167
|
+
'Authorization': opts['authorization'],
|
|
162
168
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
163
169
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
164
170
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -169,7 +175,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
169
175
|
var contentTypes = [];
|
|
170
176
|
var accepts = ['*/*'];
|
|
171
177
|
var returnType = [_SocialGroupResponse["default"]];
|
|
172
|
-
return this.apiClient.callApi('/
|
|
178
|
+
return this.apiClient.callApi('/groups', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
173
179
|
}
|
|
174
180
|
|
|
175
181
|
/**
|
|
@@ -190,6 +196,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
196
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
191
197
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
192
198
|
* @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)
|
|
199
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
193
200
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
194
201
|
* @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
|
|
195
202
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -207,14 +214,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
207
214
|
throw new Error("Missing the required parameter 'socialGroupTypeInput' when calling createSocialGroupType");
|
|
208
215
|
}
|
|
209
216
|
var pathParams = {};
|
|
210
|
-
var queryParams = {
|
|
211
|
-
var headerParams = {
|
|
212
|
-
'Authorization': opts['authorization'],
|
|
217
|
+
var queryParams = {
|
|
213
218
|
'cacheduration': opts['cacheduration'],
|
|
214
|
-
'cachegroup': opts['cachegroup'],
|
|
215
|
-
'cachekey': opts['cachekey'],
|
|
219
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
220
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
216
221
|
'cachescope': opts['cachescope'],
|
|
217
|
-
'cacheuser': opts['cacheuser'],
|
|
222
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
223
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
224
|
+
};
|
|
225
|
+
var headerParams = {
|
|
226
|
+
'Authorization': opts['authorization'],
|
|
218
227
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
219
228
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
220
229
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -225,7 +234,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
225
234
|
var contentTypes = [];
|
|
226
235
|
var accepts = ['application/json'];
|
|
227
236
|
var returnType = _SocialGroupType["default"];
|
|
228
|
-
return this.apiClient.callApi('/
|
|
237
|
+
return this.apiClient.callApi('/groups/types', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
229
238
|
}
|
|
230
239
|
|
|
231
240
|
/**
|
|
@@ -246,6 +255,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
246
255
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
256
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
248
257
|
* @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)
|
|
258
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
249
259
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
250
260
|
* @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
|
|
251
261
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -264,14 +274,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
264
274
|
var pathParams = {
|
|
265
275
|
'socialGroupTypeId': socialGroupTypeId
|
|
266
276
|
};
|
|
267
|
-
var queryParams = {
|
|
268
|
-
var headerParams = {
|
|
269
|
-
'Authorization': opts['authorization'],
|
|
277
|
+
var queryParams = {
|
|
270
278
|
'cacheduration': opts['cacheduration'],
|
|
271
|
-
'cachegroup': opts['cachegroup'],
|
|
272
|
-
'cachekey': opts['cachekey'],
|
|
279
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
280
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
273
281
|
'cachescope': opts['cachescope'],
|
|
274
|
-
'cacheuser': opts['cacheuser'],
|
|
282
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
283
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
284
|
+
};
|
|
285
|
+
var headerParams = {
|
|
286
|
+
'Authorization': opts['authorization'],
|
|
275
287
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
276
288
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
277
289
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -282,7 +294,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
282
294
|
var contentTypes = [];
|
|
283
295
|
var accepts = [];
|
|
284
296
|
var returnType = null;
|
|
285
|
-
return this.apiClient.callApi('/
|
|
297
|
+
return this.apiClient.callApi('/groups/types/{socialGroupTypeId}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
286
298
|
}
|
|
287
299
|
|
|
288
300
|
/**
|
|
@@ -305,6 +317,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
305
317
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
306
318
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
307
319
|
* @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)
|
|
320
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
308
321
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
309
322
|
* @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
|
|
310
323
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -328,14 +341,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
328
341
|
var pathParams = {
|
|
329
342
|
'id': id
|
|
330
343
|
};
|
|
331
|
-
var queryParams = {
|
|
332
|
-
var headerParams = {
|
|
333
|
-
'Authorization': opts['authorization'],
|
|
344
|
+
var queryParams = {
|
|
334
345
|
'cacheduration': opts['cacheduration'],
|
|
335
|
-
'cachegroup': opts['cachegroup'],
|
|
336
|
-
'cachekey': opts['cachekey'],
|
|
346
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
347
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
337
348
|
'cachescope': opts['cachescope'],
|
|
338
|
-
'cacheuser': opts['cacheuser'],
|
|
349
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
350
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
351
|
+
};
|
|
352
|
+
var headerParams = {
|
|
353
|
+
'Authorization': opts['authorization'],
|
|
339
354
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
340
355
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
341
356
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -346,12 +361,12 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
346
361
|
var contentTypes = [];
|
|
347
362
|
var accepts = ['*/*'];
|
|
348
363
|
var returnType = _Page["default"];
|
|
349
|
-
return this.apiClient.callApi('/
|
|
364
|
+
return this.apiClient.callApi('/groups/{id}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
350
365
|
}
|
|
351
366
|
|
|
352
367
|
/**
|
|
353
|
-
* Callback function to receive the result of the
|
|
354
|
-
* @callback module:api/SocialGroupsApi~
|
|
368
|
+
* Callback function to receive the result of the get24 operation.
|
|
369
|
+
* @callback module:api/SocialGroupsApi~get24Callback
|
|
355
370
|
* @param {String} error Error message, if any.
|
|
356
371
|
* @param data This operation does not return a value.
|
|
357
372
|
* @param {String} response The complete HTTP response.
|
|
@@ -366,26 +381,29 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
366
381
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
367
382
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
368
383
|
* @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)
|
|
384
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
369
385
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
370
386
|
* @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
|
|
371
387
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
372
388
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
373
|
-
* @param {module:api/SocialGroupsApi~
|
|
389
|
+
* @param {module:api/SocialGroupsApi~get24Callback} callback The callback function, accepting three arguments: error, data, response
|
|
374
390
|
*/
|
|
375
391
|
}, {
|
|
376
|
-
key: "
|
|
377
|
-
value: function
|
|
392
|
+
key: "get24",
|
|
393
|
+
value: function get24(opts, callback) {
|
|
378
394
|
opts = opts || {};
|
|
379
395
|
var postBody = null;
|
|
380
396
|
var pathParams = {};
|
|
381
|
-
var queryParams = {
|
|
382
|
-
var headerParams = {
|
|
383
|
-
'Authorization': opts['authorization'],
|
|
397
|
+
var queryParams = {
|
|
384
398
|
'cacheduration': opts['cacheduration'],
|
|
385
|
-
'cachegroup': opts['cachegroup'],
|
|
386
|
-
'cachekey': opts['cachekey'],
|
|
399
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
400
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
387
401
|
'cachescope': opts['cachescope'],
|
|
388
|
-
'cacheuser': opts['cacheuser'],
|
|
402
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
403
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
404
|
+
};
|
|
405
|
+
var headerParams = {
|
|
406
|
+
'Authorization': opts['authorization'],
|
|
389
407
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
390
408
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
391
409
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -396,7 +414,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
396
414
|
var contentTypes = [];
|
|
397
415
|
var accepts = ['*/*'];
|
|
398
416
|
var returnType = null;
|
|
399
|
-
return this.apiClient.callApi('/
|
|
417
|
+
return this.apiClient.callApi('/groups', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
400
418
|
}
|
|
401
419
|
|
|
402
420
|
/**
|
|
@@ -416,6 +434,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
416
434
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
417
435
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
418
436
|
* @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)
|
|
437
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
419
438
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
420
439
|
* @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
|
|
421
440
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -432,16 +451,17 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
432
451
|
var postBody = null;
|
|
433
452
|
var pathParams = {};
|
|
434
453
|
var queryParams = {
|
|
454
|
+
'cacheduration': opts['cacheduration'],
|
|
455
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
456
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
457
|
+
'cachescope': opts['cachescope'],
|
|
458
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
459
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
435
460
|
'pagenum': opts['pagenum'],
|
|
436
461
|
'pagesize': opts['pagesize']
|
|
437
462
|
};
|
|
438
463
|
var headerParams = {
|
|
439
464
|
'Authorization': opts['authorization'],
|
|
440
|
-
'cacheduration': opts['cacheduration'],
|
|
441
|
-
'cachegroup': opts['cachegroup'],
|
|
442
|
-
'cachekey': opts['cachekey'],
|
|
443
|
-
'cachescope': opts['cachescope'],
|
|
444
|
-
'cacheuser': opts['cacheuser'],
|
|
445
465
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
446
466
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
447
467
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -452,7 +472,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
452
472
|
var contentTypes = [];
|
|
453
473
|
var accepts = ['application/json'];
|
|
454
474
|
var returnType = [_SocialGroupType["default"]];
|
|
455
|
-
return this.apiClient.callApi('/
|
|
475
|
+
return this.apiClient.callApi('/groups/types', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
456
476
|
}
|
|
457
477
|
|
|
458
478
|
/**
|
|
@@ -473,6 +493,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
493
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
474
494
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
475
495
|
* @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)
|
|
496
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
476
497
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
477
498
|
* @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
|
|
478
499
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -495,16 +516,17 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
495
516
|
'parentId': parentId
|
|
496
517
|
};
|
|
497
518
|
var queryParams = {
|
|
519
|
+
'cacheduration': opts['cacheduration'],
|
|
520
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
521
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
522
|
+
'cachescope': opts['cachescope'],
|
|
523
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
524
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
498
525
|
'pagenum': opts['pagenum'],
|
|
499
526
|
'pagesize': opts['pagesize']
|
|
500
527
|
};
|
|
501
528
|
var headerParams = {
|
|
502
529
|
'Authorization': opts['authorization'],
|
|
503
|
-
'cacheduration': opts['cacheduration'],
|
|
504
|
-
'cachegroup': opts['cachegroup'],
|
|
505
|
-
'cachekey': opts['cachekey'],
|
|
506
|
-
'cachescope': opts['cachescope'],
|
|
507
|
-
'cacheuser': opts['cacheuser'],
|
|
508
530
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
509
531
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
510
532
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -515,7 +537,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
537
|
var contentTypes = [];
|
|
516
538
|
var accepts = ['application/json'];
|
|
517
539
|
var returnType = [_SocialGroupType["default"]];
|
|
518
|
-
return this.apiClient.callApi('/
|
|
540
|
+
return this.apiClient.callApi('/groups/types/{parentId}/children', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
519
541
|
}
|
|
520
542
|
|
|
521
543
|
/**
|
|
@@ -537,6 +559,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
537
559
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
538
560
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
539
561
|
* @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)
|
|
562
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
540
563
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
541
564
|
* @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
|
|
542
565
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -556,14 +579,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
556
579
|
var pathParams = {
|
|
557
580
|
'groupid': groupid
|
|
558
581
|
};
|
|
559
|
-
var queryParams = {
|
|
560
|
-
var headerParams = {
|
|
561
|
-
'Authorization': opts['authorization'],
|
|
582
|
+
var queryParams = {
|
|
562
583
|
'cacheduration': opts['cacheduration'],
|
|
563
|
-
'cachegroup': opts['cachegroup'],
|
|
564
|
-
'cachekey': opts['cachekey'],
|
|
584
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
585
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
565
586
|
'cachescope': opts['cachescope'],
|
|
566
|
-
'cacheuser': opts['cacheuser'],
|
|
587
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
588
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
589
|
+
};
|
|
590
|
+
var headerParams = {
|
|
591
|
+
'Authorization': opts['authorization'],
|
|
567
592
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
568
593
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
569
594
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -574,7 +599,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
574
599
|
var contentTypes = [];
|
|
575
600
|
var accepts = ['*/*'];
|
|
576
601
|
var returnType = [_User["default"]];
|
|
577
|
-
return this.apiClient.callApi('/
|
|
602
|
+
return this.apiClient.callApi('/groups/{groupid}/administrators', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
578
603
|
}
|
|
579
604
|
|
|
580
605
|
/**
|
|
@@ -596,6 +621,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
596
621
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
597
622
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
598
623
|
* @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)
|
|
624
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
599
625
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
600
626
|
* @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
|
|
601
627
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -615,14 +641,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
615
641
|
var pathParams = {
|
|
616
642
|
'id': id
|
|
617
643
|
};
|
|
618
|
-
var queryParams = {
|
|
619
|
-
var headerParams = {
|
|
620
|
-
'Authorization': opts['authorization'],
|
|
644
|
+
var queryParams = {
|
|
621
645
|
'cacheduration': opts['cacheduration'],
|
|
622
|
-
'cachegroup': opts['cachegroup'],
|
|
623
|
-
'cachekey': opts['cachekey'],
|
|
646
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
647
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
624
648
|
'cachescope': opts['cachescope'],
|
|
625
|
-
'cacheuser': opts['cacheuser'],
|
|
649
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
650
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
651
|
+
};
|
|
652
|
+
var headerParams = {
|
|
653
|
+
'Authorization': opts['authorization'],
|
|
626
654
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
627
655
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
628
656
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -633,7 +661,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
633
661
|
var contentTypes = [];
|
|
634
662
|
var accepts = ['application/json'];
|
|
635
663
|
var returnType = _SocialGroupResponse["default"];
|
|
636
|
-
return this.apiClient.callApi('/
|
|
664
|
+
return this.apiClient.callApi('/groups/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
637
665
|
}
|
|
638
666
|
|
|
639
667
|
/**
|
|
@@ -655,6 +683,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
655
683
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
656
684
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
657
685
|
* @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)
|
|
686
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
658
687
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
659
688
|
* @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
|
|
660
689
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -674,14 +703,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
674
703
|
var pathParams = {
|
|
675
704
|
'groupid': groupid
|
|
676
705
|
};
|
|
677
|
-
var queryParams = {
|
|
678
|
-
var headerParams = {
|
|
679
|
-
'Authorization': opts['authorization'],
|
|
706
|
+
var queryParams = {
|
|
680
707
|
'cacheduration': opts['cacheduration'],
|
|
681
|
-
'cachegroup': opts['cachegroup'],
|
|
682
|
-
'cachekey': opts['cachekey'],
|
|
708
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
709
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
683
710
|
'cachescope': opts['cachescope'],
|
|
684
|
-
'cacheuser': opts['cacheuser'],
|
|
711
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
712
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
713
|
+
};
|
|
714
|
+
var headerParams = {
|
|
715
|
+
'Authorization': opts['authorization'],
|
|
685
716
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
686
717
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
687
718
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -692,7 +723,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
723
|
var contentTypes = [];
|
|
693
724
|
var accepts = ['*/*'];
|
|
694
725
|
var returnType = [_User["default"]];
|
|
695
|
-
return this.apiClient.callApi('/
|
|
726
|
+
return this.apiClient.callApi('/groups/{groupid}/members', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
696
727
|
}
|
|
697
728
|
|
|
698
729
|
/**
|
|
@@ -713,6 +744,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
713
744
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
714
745
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
715
746
|
* @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)
|
|
747
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
716
748
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
717
749
|
* @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
|
|
718
750
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -732,14 +764,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
732
764
|
var pathParams = {
|
|
733
765
|
'socialGroupTypeId': socialGroupTypeId
|
|
734
766
|
};
|
|
735
|
-
var queryParams = {
|
|
736
|
-
var headerParams = {
|
|
737
|
-
'Authorization': opts['authorization'],
|
|
767
|
+
var queryParams = {
|
|
738
768
|
'cacheduration': opts['cacheduration'],
|
|
739
|
-
'cachegroup': opts['cachegroup'],
|
|
740
|
-
'cachekey': opts['cachekey'],
|
|
769
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
770
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
741
771
|
'cachescope': opts['cachescope'],
|
|
742
|
-
'cacheuser': opts['cacheuser'],
|
|
772
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
773
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
774
|
+
};
|
|
775
|
+
var headerParams = {
|
|
776
|
+
'Authorization': opts['authorization'],
|
|
743
777
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
744
778
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
745
779
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -750,7 +784,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
750
784
|
var contentTypes = [];
|
|
751
785
|
var accepts = ['application/json'];
|
|
752
786
|
var returnType = _SocialGroupType["default"];
|
|
753
|
-
return this.apiClient.callApi('/
|
|
787
|
+
return this.apiClient.callApi('/groups/types/{socialGroupTypeId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
754
788
|
}
|
|
755
789
|
|
|
756
790
|
/**
|
|
@@ -771,6 +805,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
771
805
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
772
806
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
773
807
|
* @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)
|
|
808
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
774
809
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
775
810
|
* @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
|
|
776
811
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -790,14 +825,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
790
825
|
var pathParams = {
|
|
791
826
|
'socialGroupTypeId': socialGroupTypeId
|
|
792
827
|
};
|
|
793
|
-
var queryParams = {
|
|
794
|
-
var headerParams = {
|
|
795
|
-
'Authorization': opts['authorization'],
|
|
828
|
+
var queryParams = {
|
|
796
829
|
'cacheduration': opts['cacheduration'],
|
|
797
|
-
'cachegroup': opts['cachegroup'],
|
|
798
|
-
'cachekey': opts['cachekey'],
|
|
830
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
831
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
799
832
|
'cachescope': opts['cachescope'],
|
|
800
|
-
'cacheuser': opts['cacheuser'],
|
|
833
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
834
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
835
|
+
};
|
|
836
|
+
var headerParams = {
|
|
837
|
+
'Authorization': opts['authorization'],
|
|
801
838
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
802
839
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
803
840
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -808,7 +845,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
808
845
|
var contentTypes = [];
|
|
809
846
|
var accepts = ['application/json'];
|
|
810
847
|
var returnType = 'Boolean';
|
|
811
|
-
return this.apiClient.callApi('/
|
|
848
|
+
return this.apiClient.callApi('/groups/types/exists/{socialGroupTypeId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
812
849
|
}
|
|
813
850
|
|
|
814
851
|
/**
|
|
@@ -830,6 +867,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
830
867
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
831
868
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
832
869
|
* @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)
|
|
870
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
833
871
|
* @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
872
|
* @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
|
|
835
873
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -848,14 +886,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
848
886
|
var pathParams = {
|
|
849
887
|
'groupid': groupid
|
|
850
888
|
};
|
|
851
|
-
var queryParams = {
|
|
852
|
-
var headerParams = {
|
|
853
|
-
'Authorization': opts['authorization'],
|
|
889
|
+
var queryParams = {
|
|
854
890
|
'cacheduration': opts['cacheduration'],
|
|
855
|
-
'cachegroup': opts['cachegroup'],
|
|
856
|
-
'cachekey': opts['cachekey'],
|
|
891
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
892
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
857
893
|
'cachescope': opts['cachescope'],
|
|
858
|
-
'cacheuser': opts['cacheuser'],
|
|
894
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
895
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
896
|
+
};
|
|
897
|
+
var headerParams = {
|
|
898
|
+
'Authorization': opts['authorization'],
|
|
859
899
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
860
900
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
861
901
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -866,7 +906,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
866
906
|
var contentTypes = [];
|
|
867
907
|
var accepts = ['*/*'];
|
|
868
908
|
var returnType = null;
|
|
869
|
-
return this.apiClient.callApi('/
|
|
909
|
+
return this.apiClient.callApi('/groups/{groupid}/join', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
870
910
|
}
|
|
871
911
|
|
|
872
912
|
/**
|
|
@@ -889,6 +929,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
889
929
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
890
930
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
891
931
|
* @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)
|
|
932
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
892
933
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
893
934
|
* @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
|
|
894
935
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -912,14 +953,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
912
953
|
'groupid': groupid,
|
|
913
954
|
'uid': uid
|
|
914
955
|
};
|
|
915
|
-
var queryParams = {
|
|
916
|
-
var headerParams = {
|
|
917
|
-
'Authorization': opts['authorization'],
|
|
956
|
+
var queryParams = {
|
|
918
957
|
'cacheduration': opts['cacheduration'],
|
|
919
|
-
'cachegroup': opts['cachegroup'],
|
|
920
|
-
'cachekey': opts['cachekey'],
|
|
958
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
959
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
921
960
|
'cachescope': opts['cachescope'],
|
|
922
|
-
'cacheuser': opts['cacheuser'],
|
|
961
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
962
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
963
|
+
};
|
|
964
|
+
var headerParams = {
|
|
965
|
+
'Authorization': opts['authorization'],
|
|
923
966
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
924
967
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
925
968
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -930,7 +973,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
930
973
|
var contentTypes = [];
|
|
931
974
|
var accepts = ['*/*'];
|
|
932
975
|
var returnType = null;
|
|
933
|
-
return this.apiClient.callApi('/
|
|
976
|
+
return this.apiClient.callApi('/groups/{groupid}/members/{uid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
934
977
|
}
|
|
935
978
|
|
|
936
979
|
/**
|
|
@@ -950,6 +993,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
950
993
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
951
994
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
952
995
|
* @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)
|
|
996
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
953
997
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
954
998
|
* @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
|
|
955
999
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -967,17 +1011,18 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
967
1011
|
var postBody = null;
|
|
968
1012
|
var pathParams = {};
|
|
969
1013
|
var queryParams = {
|
|
1014
|
+
'cacheduration': opts['cacheduration'],
|
|
1015
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1016
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1017
|
+
'cachescope': opts['cachescope'],
|
|
1018
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1019
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
970
1020
|
'name': opts['name'],
|
|
971
1021
|
'pagenum': opts['pagenum'],
|
|
972
1022
|
'pagesize': opts['pagesize']
|
|
973
1023
|
};
|
|
974
1024
|
var headerParams = {
|
|
975
1025
|
'Authorization': opts['authorization'],
|
|
976
|
-
'cacheduration': opts['cacheduration'],
|
|
977
|
-
'cachegroup': opts['cachegroup'],
|
|
978
|
-
'cachekey': opts['cachekey'],
|
|
979
|
-
'cachescope': opts['cachescope'],
|
|
980
|
-
'cacheuser': opts['cacheuser'],
|
|
981
1026
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
982
1027
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
983
1028
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -988,7 +1033,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
988
1033
|
var contentTypes = [];
|
|
989
1034
|
var accepts = ['application/json'];
|
|
990
1035
|
var returnType = [_SocialGroupType["default"]];
|
|
991
|
-
return this.apiClient.callApi('/
|
|
1036
|
+
return this.apiClient.callApi('/groups/types/search', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
992
1037
|
}
|
|
993
1038
|
|
|
994
1039
|
/**
|
|
@@ -1010,18 +1055,19 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1010
1055
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1011
1056
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1012
1057
|
* @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)
|
|
1058
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1013
1059
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1014
1060
|
* @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
|
|
1015
1061
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1016
1062
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1017
|
-
* @param {
|
|
1063
|
+
* @param {module:model/PurgeDataDefaultResponse} [purgeDataDefaultResponse]
|
|
1018
1064
|
* @param {module:api/SocialGroupsApi~setGroupPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1019
1065
|
*/
|
|
1020
1066
|
}, {
|
|
1021
1067
|
key: "setGroupProperties",
|
|
1022
1068
|
value: function setGroupProperties(id, opts, callback) {
|
|
1023
1069
|
opts = opts || {};
|
|
1024
|
-
var postBody = opts['
|
|
1070
|
+
var postBody = opts['purgeDataDefaultResponse'];
|
|
1025
1071
|
// verify the required parameter 'id' is set
|
|
1026
1072
|
if (id === undefined || id === null) {
|
|
1027
1073
|
throw new Error("Missing the required parameter 'id' when calling setGroupProperties");
|
|
@@ -1029,14 +1075,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1029
1075
|
var pathParams = {
|
|
1030
1076
|
'id': id
|
|
1031
1077
|
};
|
|
1032
|
-
var queryParams = {
|
|
1033
|
-
var headerParams = {
|
|
1034
|
-
'Authorization': opts['authorization'],
|
|
1078
|
+
var queryParams = {
|
|
1035
1079
|
'cacheduration': opts['cacheduration'],
|
|
1036
|
-
'cachegroup': opts['cachegroup'],
|
|
1037
|
-
'cachekey': opts['cachekey'],
|
|
1080
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1081
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1038
1082
|
'cachescope': opts['cachescope'],
|
|
1039
|
-
'cacheuser': opts['cacheuser'],
|
|
1083
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1084
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1085
|
+
};
|
|
1086
|
+
var headerParams = {
|
|
1087
|
+
'Authorization': opts['authorization'],
|
|
1040
1088
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1041
1089
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1042
1090
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1047,7 +1095,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1047
1095
|
var contentTypes = ['application/json'];
|
|
1048
1096
|
var accepts = ['*/*'];
|
|
1049
1097
|
var returnType = null;
|
|
1050
|
-
return this.apiClient.callApi('/
|
|
1098
|
+
return this.apiClient.callApi('/groups/{id}/properties', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1051
1099
|
}
|
|
1052
1100
|
|
|
1053
1101
|
/**
|
|
@@ -1070,6 +1118,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1070
1118
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1071
1119
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1072
1120
|
* @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)
|
|
1121
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1073
1122
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1074
1123
|
* @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
|
|
1075
1124
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1094,14 +1143,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1094
1143
|
'id': id,
|
|
1095
1144
|
'prop': prop
|
|
1096
1145
|
};
|
|
1097
|
-
var queryParams = {
|
|
1098
|
-
var headerParams = {
|
|
1099
|
-
'Authorization': opts['authorization'],
|
|
1146
|
+
var queryParams = {
|
|
1100
1147
|
'cacheduration': opts['cacheduration'],
|
|
1101
|
-
'cachegroup': opts['cachegroup'],
|
|
1102
|
-
'cachekey': opts['cachekey'],
|
|
1148
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1149
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1103
1150
|
'cachescope': opts['cachescope'],
|
|
1104
|
-
'cacheuser': opts['cacheuser'],
|
|
1151
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1152
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1153
|
+
};
|
|
1154
|
+
var headerParams = {
|
|
1155
|
+
'Authorization': opts['authorization'],
|
|
1105
1156
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1106
1157
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1107
1158
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1112,7 +1163,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1112
1163
|
var contentTypes = ['application/json'];
|
|
1113
1164
|
var accepts = ['*/*'];
|
|
1114
1165
|
var returnType = null;
|
|
1115
|
-
return this.apiClient.callApi('/
|
|
1166
|
+
return this.apiClient.callApi('/groups/{id}/properties/{prop}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1116
1167
|
}
|
|
1117
1168
|
|
|
1118
1169
|
/**
|
|
@@ -1134,6 +1185,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1134
1185
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1135
1186
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1136
1187
|
* @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)
|
|
1188
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1137
1189
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1138
1190
|
* @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
|
|
1139
1191
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1157,14 +1209,16 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1157
1209
|
var pathParams = {
|
|
1158
1210
|
'socialGroupTypeId': socialGroupTypeId
|
|
1159
1211
|
};
|
|
1160
|
-
var queryParams = {
|
|
1161
|
-
var headerParams = {
|
|
1162
|
-
'Authorization': opts['authorization'],
|
|
1212
|
+
var queryParams = {
|
|
1163
1213
|
'cacheduration': opts['cacheduration'],
|
|
1164
|
-
'cachegroup': opts['cachegroup'],
|
|
1165
|
-
'cachekey': opts['cachekey'],
|
|
1214
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1215
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1166
1216
|
'cachescope': opts['cachescope'],
|
|
1167
|
-
'cacheuser': opts['cacheuser'],
|
|
1217
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1218
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1219
|
+
};
|
|
1220
|
+
var headerParams = {
|
|
1221
|
+
'Authorization': opts['authorization'],
|
|
1168
1222
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1169
1223
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1170
1224
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1175,7 +1229,7 @@ var SocialGroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1175
1229
|
var contentTypes = [];
|
|
1176
1230
|
var accepts = ['application/json'];
|
|
1177
1231
|
var returnType = _SocialGroupType["default"];
|
|
1178
|
-
return this.apiClient.callApi('/
|
|
1232
|
+
return this.apiClient.callApi('/groups/types/{socialGroupTypeId}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1179
1233
|
}
|
|
1180
1234
|
}]);
|
|
1181
1235
|
}();
|