@wix/auto_sdk_online-programs_sections 1.0.16 → 1.0.17
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/build/cjs/index.d.ts +6 -16
- package/build/cjs/index.js +0 -149
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +7 -30
- package/build/cjs/index.typings.js +0 -140
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -7
- package/build/cjs/meta.js +0 -109
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +1 -129
- package/build/cjs/schemas.js +3 -192
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +6 -16
- package/build/es/index.mjs +0 -148
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -30
- package/build/es/index.typings.mjs +0 -139
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -7
- package/build/es/meta.mjs +0 -108
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +1 -129
- package/build/es/schemas.mjs +3 -190
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +6 -16
- package/build/internal/cjs/index.js +0 -149
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +11 -29
- package/build/internal/cjs/index.typings.js +0 -140
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +8 -6
- package/build/internal/cjs/meta.js +0 -109
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +1 -129
- package/build/internal/cjs/schemas.js +3 -192
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +6 -16
- package/build/internal/es/index.mjs +0 -148
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +11 -29
- package/build/internal/es/index.typings.mjs +0 -139
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +8 -6
- package/build/internal/es/meta.mjs +0 -108
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +1 -129
- package/build/internal/es/schemas.mjs +3 -190
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateSectionRequest as CreateSectionRequest$1, CreateSectionResponse as CreateSectionResponse$1, BulkCreateSectionsRequest as BulkCreateSectionsRequest$1, BulkCreateSectionsResponse as BulkCreateSectionsResponse$1,
|
|
1
|
+
import { CreateSectionRequest as CreateSectionRequest$1, CreateSectionResponse as CreateSectionResponse$1, BulkCreateSectionsRequest as BulkCreateSectionsRequest$1, BulkCreateSectionsResponse as BulkCreateSectionsResponse$1, GetSectionRequest as GetSectionRequest$1, GetSectionResponse as GetSectionResponse$1, UpdateSectionRequest as UpdateSectionRequest$1, UpdateSectionResponse as UpdateSectionResponse$1, DeleteSectionRequest as DeleteSectionRequest$1, DeleteSectionResponse as DeleteSectionResponse$1, QuerySectionsRequest as QuerySectionsRequest$1, QuerySectionsResponse as QuerySectionsResponse$1, ListSectionsRequest as ListSectionsRequest$1, ListSectionsResponse as ListSectionsResponse$1, CloneSectionRequest as CloneSectionRequest$1, CloneSectionResponse as CloneSectionResponse$1, MoveSectionRequest as MoveSectionRequest$1, MoveSectionResponse as MoveSectionResponse$1, PublishSectionRequest as PublishSectionRequest$1, PublishSectionResponse as PublishSectionResponse$1 } from './index.typings.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -358,8 +358,6 @@ interface BulkCreateSectionsResponse {
|
|
|
358
358
|
interface BulkSectionResult {
|
|
359
359
|
/** Metadata for the bulk operation result. */
|
|
360
360
|
itemMetadata?: ItemMetadata;
|
|
361
|
-
/** Created section. */
|
|
362
|
-
item?: Section;
|
|
363
361
|
/** Action associated with the bulk result. */
|
|
364
362
|
action?: BulkActionTypeWithLiterals;
|
|
365
363
|
}
|
|
@@ -403,7 +401,7 @@ interface BulkCreateSectionRequest {
|
|
|
403
401
|
* @minSize 1
|
|
404
402
|
* @maxSize 100
|
|
405
403
|
*/
|
|
406
|
-
sections
|
|
404
|
+
sections?: Section[];
|
|
407
405
|
/**
|
|
408
406
|
* Predefined sets of fields to return.
|
|
409
407
|
* @maxSize 1
|
|
@@ -661,7 +659,7 @@ interface MoveSectionRequest {
|
|
|
661
659
|
* @format GUID
|
|
662
660
|
*/
|
|
663
661
|
afterSectionId?: string | null;
|
|
664
|
-
/** Current revision of the section. */
|
|
662
|
+
/** Current revision of the section. When provided, it must match the current revision to protect against conflicting updates. */
|
|
665
663
|
revision?: string;
|
|
666
664
|
/**
|
|
667
665
|
* Predefined sets of fields to return.
|
|
@@ -926,7 +924,6 @@ type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q
|
|
|
926
924
|
};
|
|
927
925
|
declare function createSection(): __PublicMethodMetaInfo<'POST', {}, CreateSectionRequest$1, CreateSectionRequest, CreateSectionResponse$1, CreateSectionResponse>;
|
|
928
926
|
declare function bulkCreateSections(): __PublicMethodMetaInfo<'POST', {}, BulkCreateSectionsRequest$1, BulkCreateSectionsRequest, BulkCreateSectionsResponse$1, BulkCreateSectionsResponse>;
|
|
929
|
-
declare function bulkCreateSection(): __PublicMethodMetaInfo<'POST', {}, BulkCreateSectionRequest$1, BulkCreateSectionRequest, BulkCreateSectionResponse$1, BulkCreateSectionResponse>;
|
|
930
927
|
declare function getSection(): __PublicMethodMetaInfo<'GET', {
|
|
931
928
|
sectionId: string;
|
|
932
929
|
}, GetSectionRequest$1, GetSectionRequest, GetSectionResponse$1, GetSectionResponse>;
|
|
@@ -944,4 +941,4 @@ declare function cloneSection(): __PublicMethodMetaInfo<'POST', {
|
|
|
944
941
|
declare function moveSection(): __PublicMethodMetaInfo<'PATCH', {}, MoveSectionRequest$1, MoveSectionRequest, MoveSectionResponse$1, MoveSectionResponse>;
|
|
945
942
|
declare function publishSection(): __PublicMethodMetaInfo<'PATCH', {}, PublishSectionRequest$1, PublishSectionRequest, PublishSectionResponse$1, PublishSectionResponse>;
|
|
946
943
|
|
|
947
|
-
export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type AddressLocation as AddressLocationOriginal, type ApplicationError as ApplicationErrorOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, BulkActionType as BulkActionTypeOriginal, type BulkActionTypeWithLiterals as BulkActionTypeWithLiteralsOriginal, type BulkCloneSectionRequest as BulkCloneSectionRequestOriginal, type BulkCloneSectionResponse as BulkCloneSectionResponseOriginal, type BulkCreateSectionMigrationRequest as BulkCreateSectionMigrationRequestOriginal, type BulkCreateSectionMigrationResponse as BulkCreateSectionMigrationResponseOriginal, type BulkCreateSectionRequest as BulkCreateSectionRequestOriginal, type BulkCreateSectionResponse as BulkCreateSectionResponseOriginal, type BulkCreateSectionsRequest as BulkCreateSectionsRequestOriginal, type BulkCreateSectionsResponse as BulkCreateSectionsResponseOriginal, type BulkSectionResult as BulkSectionResultOriginal, type CloneSectionRequest as CloneSectionRequestOriginal, type CloneSectionResponse as CloneSectionResponseOriginal, type CreateSectionRequest as CreateSectionRequestOriginal, type CreateSectionResponse as CreateSectionResponseOriginal, type CursorPagingMetadata as CursorPagingMetadataOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type DeleteAllProgramSectionsRequest as DeleteAllProgramSectionsRequestOriginal, type DeleteAllProgramSectionsResponse as DeleteAllProgramSectionsResponseOriginal, type DeleteByFilterOperation as DeleteByFilterOperationOriginal, type DeleteByIdsOperation as DeleteByIdsOperationOriginal, type DeleteSectionRequest as DeleteSectionRequestOriginal, type DeleteSectionResponse as DeleteSectionResponseOriginal, DescriptionFieldSet as DescriptionFieldSetOriginal, type DescriptionFieldSetWithLiterals as DescriptionFieldSetWithLiteralsOriginal, type DescriptionMediaOneOf as DescriptionMediaOneOfOriginal, type Description as DescriptionOriginal, type DocumentImage as DocumentImageOriginal, type DocumentPayload as DocumentPayloadOriginal, type DocumentUpdateOperation as DocumentUpdateOperationOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, Enum as EnumOriginal, type EnumWithLiterals as EnumWithLiteralsOriginal, type ExtendedFields as ExtendedFieldsOriginal, type FocalPoint as FocalPointOriginal, type GetSectionRequest as GetSectionRequestOriginal, type GetSectionResponse as GetSectionResponseOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type Image as ImageOriginal, type IndexDocument as IndexDocumentOriginal, type ItemMetadata as ItemMetadataOriginal, type ListSectionsRequest as ListSectionsRequestOriginal, type ListSectionsResponse as ListSectionsResponseOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type MoveSectionRequest as MoveSectionRequestOriginal, type MoveSectionResponse as MoveSectionResponseOriginal, type PublishSectionRequest as PublishSectionRequestOriginal, type PublishSectionResponse as PublishSectionResponseOriginal, type QuerySectionsRequest as QuerySectionsRequestOriginal, type QuerySectionsResponse as QuerySectionsResponseOriginal, RequestedFields as RequestedFieldsOriginal, type RequestedFieldsWithLiterals as RequestedFieldsWithLiteralsOriginal, type RestoreInfo as RestoreInfoOriginal, type RestoreSectionFromTrashRequest as RestoreSectionFromTrashRequestOriginal, type RestoreSectionFromTrashResponse as RestoreSectionFromTrashResponseOriginal, type SearchIndexingNotification as SearchIndexingNotificationOriginal, SearchIndexingNotificationState as SearchIndexingNotificationStateOriginal, type SearchIndexingNotificationStateWithLiterals as SearchIndexingNotificationStateWithLiteralsOriginal, type SectionCloned as SectionClonedOriginal, type SectionDeleted as SectionDeletedOriginal, type SectionMoved as SectionMovedOriginal, type Section as SectionOriginal, type SectionPublished as SectionPublishedOriginal, type SectionUpdated as SectionUpdatedOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, type UpdateByFilterOperation as UpdateByFilterOperationOriginal, type UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOfOriginal, type UpdateDocumentsEvent as UpdateDocumentsEventOriginal, type UpdateExistingOperation as UpdateExistingOperationOriginal, type UpdateSectionRequest as UpdateSectionRequestOriginal, type UpdateSectionResponse as UpdateSectionResponseOriginal, type VideoResolution as VideoResolutionOriginal, type VideoV2 as VideoV2Original, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type __PublicMethodMetaInfo,
|
|
944
|
+
export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type AddressLocation as AddressLocationOriginal, type ApplicationError as ApplicationErrorOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, BulkActionType as BulkActionTypeOriginal, type BulkActionTypeWithLiterals as BulkActionTypeWithLiteralsOriginal, type BulkCloneSectionRequest as BulkCloneSectionRequestOriginal, type BulkCloneSectionResponse as BulkCloneSectionResponseOriginal, type BulkCreateSectionMigrationRequest as BulkCreateSectionMigrationRequestOriginal, type BulkCreateSectionMigrationResponse as BulkCreateSectionMigrationResponseOriginal, type BulkCreateSectionRequest as BulkCreateSectionRequestOriginal, type BulkCreateSectionResponse as BulkCreateSectionResponseOriginal, type BulkCreateSectionsRequest as BulkCreateSectionsRequestOriginal, type BulkCreateSectionsResponse as BulkCreateSectionsResponseOriginal, type BulkSectionResult as BulkSectionResultOriginal, type CloneSectionRequest as CloneSectionRequestOriginal, type CloneSectionResponse as CloneSectionResponseOriginal, type CreateSectionRequest as CreateSectionRequestOriginal, type CreateSectionResponse as CreateSectionResponseOriginal, type CursorPagingMetadata as CursorPagingMetadataOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type DeleteAllProgramSectionsRequest as DeleteAllProgramSectionsRequestOriginal, type DeleteAllProgramSectionsResponse as DeleteAllProgramSectionsResponseOriginal, type DeleteByFilterOperation as DeleteByFilterOperationOriginal, type DeleteByIdsOperation as DeleteByIdsOperationOriginal, type DeleteSectionRequest as DeleteSectionRequestOriginal, type DeleteSectionResponse as DeleteSectionResponseOriginal, DescriptionFieldSet as DescriptionFieldSetOriginal, type DescriptionFieldSetWithLiterals as DescriptionFieldSetWithLiteralsOriginal, type DescriptionMediaOneOf as DescriptionMediaOneOfOriginal, type Description as DescriptionOriginal, type DocumentImage as DocumentImageOriginal, type DocumentPayload as DocumentPayloadOriginal, type DocumentUpdateOperation as DocumentUpdateOperationOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, Enum as EnumOriginal, type EnumWithLiterals as EnumWithLiteralsOriginal, type ExtendedFields as ExtendedFieldsOriginal, type FocalPoint as FocalPointOriginal, type GetSectionRequest as GetSectionRequestOriginal, type GetSectionResponse as GetSectionResponseOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type Image as ImageOriginal, type IndexDocument as IndexDocumentOriginal, type ItemMetadata as ItemMetadataOriginal, type ListSectionsRequest as ListSectionsRequestOriginal, type ListSectionsResponse as ListSectionsResponseOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type MoveSectionRequest as MoveSectionRequestOriginal, type MoveSectionResponse as MoveSectionResponseOriginal, type PublishSectionRequest as PublishSectionRequestOriginal, type PublishSectionResponse as PublishSectionResponseOriginal, type QuerySectionsRequest as QuerySectionsRequestOriginal, type QuerySectionsResponse as QuerySectionsResponseOriginal, RequestedFields as RequestedFieldsOriginal, type RequestedFieldsWithLiterals as RequestedFieldsWithLiteralsOriginal, type RestoreInfo as RestoreInfoOriginal, type RestoreSectionFromTrashRequest as RestoreSectionFromTrashRequestOriginal, type RestoreSectionFromTrashResponse as RestoreSectionFromTrashResponseOriginal, type SearchIndexingNotification as SearchIndexingNotificationOriginal, SearchIndexingNotificationState as SearchIndexingNotificationStateOriginal, type SearchIndexingNotificationStateWithLiterals as SearchIndexingNotificationStateWithLiteralsOriginal, type SectionCloned as SectionClonedOriginal, type SectionDeleted as SectionDeletedOriginal, type SectionMoved as SectionMovedOriginal, type Section as SectionOriginal, type SectionPublished as SectionPublishedOriginal, type SectionUpdated as SectionUpdatedOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, type UpdateByFilterOperation as UpdateByFilterOperationOriginal, type UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOfOriginal, type UpdateDocumentsEvent as UpdateDocumentsEventOriginal, type UpdateExistingOperation as UpdateExistingOperationOriginal, type UpdateSectionRequest as UpdateSectionRequestOriginal, type UpdateSectionResponse as UpdateSectionResponseOriginal, type VideoResolution as VideoResolutionOriginal, type VideoV2 as VideoV2Original, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type __PublicMethodMetaInfo, bulkCreateSections, cloneSection, createSection, deleteSection, getSection, listSections, moveSection, publishSection, querySections, updateSection };
|
package/build/es/meta.mjs
CHANGED
|
@@ -279,95 +279,6 @@ function bulkCreateSections(payload) {
|
|
|
279
279
|
}
|
|
280
280
|
return __bulkCreateSections;
|
|
281
281
|
}
|
|
282
|
-
function bulkCreateSection(payload) {
|
|
283
|
-
function __bulkCreateSection({ host }) {
|
|
284
|
-
const serializedData = transformPaths(payload, [
|
|
285
|
-
{
|
|
286
|
-
transformFn: transformSDKTimestampToRESTTimestamp,
|
|
287
|
-
paths: [
|
|
288
|
-
{ path: "sections.createdDate" },
|
|
289
|
-
{ path: "sections.updatedDate" },
|
|
290
|
-
{ path: "sections.description.image.urlExpirationDate" },
|
|
291
|
-
{ path: "sections.description.video.urlExpirationDate" },
|
|
292
|
-
{ path: "sections.description.video.resolutions.urlExpirationDate" },
|
|
293
|
-
{
|
|
294
|
-
path: "sections.description.video.resolutions.poster.urlExpirationDate"
|
|
295
|
-
},
|
|
296
|
-
{ path: "sections.description.video.posters.urlExpirationDate" }
|
|
297
|
-
]
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
transformFn: transformSDKFloatToRESTFloat,
|
|
301
|
-
paths: [
|
|
302
|
-
{ path: "sections.ordering" },
|
|
303
|
-
{ path: "sections.description.image.focalPoint.x" },
|
|
304
|
-
{ path: "sections.description.image.focalPoint.y" },
|
|
305
|
-
{
|
|
306
|
-
path: "sections.description.video.resolutions.poster.focalPoint.x"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
path: "sections.description.video.resolutions.poster.focalPoint.y"
|
|
310
|
-
},
|
|
311
|
-
{ path: "sections.description.video.posters.focalPoint.x" },
|
|
312
|
-
{ path: "sections.description.video.posters.focalPoint.y" }
|
|
313
|
-
]
|
|
314
|
-
}
|
|
315
|
-
]);
|
|
316
|
-
const metadata = {
|
|
317
|
-
entityFqdn: "wix.online_programs.v3.section",
|
|
318
|
-
method: "POST",
|
|
319
|
-
methodFqn: "wix.onlineprograms.sections.v3.SectionsService.BulkCreateSection",
|
|
320
|
-
packageName: PACKAGE_NAME,
|
|
321
|
-
migrationOptions: {
|
|
322
|
-
optInTransformResponse: true
|
|
323
|
-
},
|
|
324
|
-
url: resolveWixOnlineprogramsSectionsV3SectionsServiceUrl({
|
|
325
|
-
protoPath: "/v3/bulk/sections/create-deprecated",
|
|
326
|
-
data: serializedData,
|
|
327
|
-
host
|
|
328
|
-
}),
|
|
329
|
-
data: serializedData,
|
|
330
|
-
transformResponse: (payload2) => transformPaths(payload2, [
|
|
331
|
-
{
|
|
332
|
-
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
333
|
-
paths: [
|
|
334
|
-
{ path: "results.item.createdDate" },
|
|
335
|
-
{ path: "results.item.updatedDate" },
|
|
336
|
-
{ path: "results.item.description.image.urlExpirationDate" },
|
|
337
|
-
{ path: "results.item.description.video.urlExpirationDate" },
|
|
338
|
-
{
|
|
339
|
-
path: "results.item.description.video.resolutions.urlExpirationDate"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
path: "results.item.description.video.resolutions.poster.urlExpirationDate"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
path: "results.item.description.video.posters.urlExpirationDate"
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
transformFn: transformRESTFloatToSDKFloat,
|
|
351
|
-
paths: [
|
|
352
|
-
{ path: "results.item.ordering" },
|
|
353
|
-
{ path: "results.item.description.image.focalPoint.x" },
|
|
354
|
-
{ path: "results.item.description.image.focalPoint.y" },
|
|
355
|
-
{
|
|
356
|
-
path: "results.item.description.video.resolutions.poster.focalPoint.x"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
path: "results.item.description.video.resolutions.poster.focalPoint.y"
|
|
360
|
-
},
|
|
361
|
-
{ path: "results.item.description.video.posters.focalPoint.x" },
|
|
362
|
-
{ path: "results.item.description.video.posters.focalPoint.y" }
|
|
363
|
-
]
|
|
364
|
-
}
|
|
365
|
-
])
|
|
366
|
-
};
|
|
367
|
-
return metadata;
|
|
368
|
-
}
|
|
369
|
-
return __bulkCreateSection;
|
|
370
|
-
}
|
|
371
282
|
function getSection(payload) {
|
|
372
283
|
function __getSection({ host }) {
|
|
373
284
|
const metadata = {
|
|
@@ -904,24 +815,6 @@ function bulkCreateSections2() {
|
|
|
904
815
|
__originalResponseType: null
|
|
905
816
|
};
|
|
906
817
|
}
|
|
907
|
-
function bulkCreateSection2() {
|
|
908
|
-
const payload = {};
|
|
909
|
-
const getRequestOptions = bulkCreateSection(payload);
|
|
910
|
-
const getUrl = (context) => {
|
|
911
|
-
const { url } = getRequestOptions(context);
|
|
912
|
-
return url;
|
|
913
|
-
};
|
|
914
|
-
return {
|
|
915
|
-
getUrl,
|
|
916
|
-
httpMethod: "POST",
|
|
917
|
-
path: "/v3/bulk/sections/create-deprecated",
|
|
918
|
-
pathParams: {},
|
|
919
|
-
__requestType: null,
|
|
920
|
-
__originalRequestType: null,
|
|
921
|
-
__responseType: null,
|
|
922
|
-
__originalResponseType: null
|
|
923
|
-
};
|
|
924
|
-
}
|
|
925
818
|
function getSection2() {
|
|
926
819
|
const payload = { sectionId: ":sectionId" };
|
|
927
820
|
const getRequestOptions = getSection(payload);
|
|
@@ -1075,7 +968,6 @@ export {
|
|
|
1075
968
|
SortOrder as SortOrderOriginal,
|
|
1076
969
|
State as StateOriginal,
|
|
1077
970
|
WebhookIdentityType as WebhookIdentityTypeOriginal,
|
|
1078
|
-
bulkCreateSection2 as bulkCreateSection,
|
|
1079
971
|
bulkCreateSections2 as bulkCreateSections,
|
|
1080
972
|
cloneSection2 as cloneSection,
|
|
1081
973
|
createSection2 as createSection,
|