@wix/portfolio 1.0.78 → 1.0.79
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/portfolio",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/portfolio_collections": "1.0.
|
|
22
|
-
"@wix/portfolio_portfolio-settings": "1.0.
|
|
23
|
-
"@wix/portfolio_project-in-collections": "1.0.
|
|
24
|
-
"@wix/portfolio_project-items": "1.0.
|
|
25
|
-
"@wix/portfolio_projects": "1.0.
|
|
26
|
-
"@wix/portfolio_synced-project": "1.0.
|
|
21
|
+
"@wix/portfolio_collections": "1.0.18",
|
|
22
|
+
"@wix/portfolio_portfolio-settings": "1.0.6",
|
|
23
|
+
"@wix/portfolio_project-in-collections": "1.0.18",
|
|
24
|
+
"@wix/portfolio_project-items": "1.0.23",
|
|
25
|
+
"@wix/portfolio_projects": "1.0.26",
|
|
26
|
+
"@wix/portfolio_synced-project": "1.0.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
36
|
-
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
36
|
+
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
37
37
|
"test": ":"
|
|
38
38
|
},
|
|
39
39
|
"wix": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "9113a9ad53fb34e254ed16d624bd789351cfcbdbf8ad0efab32bdb77"
|
|
51
51
|
}
|
|
@@ -177,7 +177,7 @@ interface DomainEventBodyOneOf$5 {
|
|
|
177
177
|
interface EntityCreatedEvent$5 {
|
|
178
178
|
entity?: string;
|
|
179
179
|
}
|
|
180
|
-
interface
|
|
180
|
+
interface RestoreInfo$4 {
|
|
181
181
|
deletedDate?: Date;
|
|
182
182
|
}
|
|
183
183
|
interface EntityUpdatedEvent$5 {
|
|
@@ -434,9 +434,6 @@ interface QueryCollectionsResponse {
|
|
|
434
434
|
/** Paging metadata */
|
|
435
435
|
metadata?: PagingMetadataV2$4;
|
|
436
436
|
}
|
|
437
|
-
interface RestoreInfo$4 {
|
|
438
|
-
deletedDate?: Date;
|
|
439
|
-
}
|
|
440
437
|
interface PointNonNullableFields$3 {
|
|
441
438
|
x: number;
|
|
442
439
|
y: number;
|
|
@@ -775,7 +772,7 @@ declare const context$5_onCollectionUpdated: typeof onCollectionUpdated;
|
|
|
775
772
|
declare const context$5_queryCollections: typeof queryCollections;
|
|
776
773
|
declare const context$5_updateCollection: typeof updateCollection;
|
|
777
774
|
declare namespace context$5 {
|
|
778
|
-
export { type ActionEvent$5 as ActionEvent, type context$5_AdminRemoveMenuItemsResponse as AdminRemoveMenuItemsResponse, type App$2 as App, type BaseEventMetadata$3 as BaseEventMetadata, type context$5_Collection as Collection, type context$5_CollectionCreatedEnvelope as CollectionCreatedEnvelope, type context$5_CollectionDeletedEnvelope as CollectionDeletedEnvelope, type context$5_CollectionNonNullableFields as CollectionNonNullableFields, type context$5_CollectionUpdatedEnvelope as CollectionUpdatedEnvelope, type context$5_CollectionsQueryBuilder as CollectionsQueryBuilder, type context$5_CollectionsQueryResult as CollectionsQueryResult, type context$5_CreateCollectionRequest as CreateCollectionRequest, type context$5_CreateCollectionResponse as CreateCollectionResponse, type context$5_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$4 as Cursors, type context$5_DeleteCollectionRequest as DeleteCollectionRequest, type context$5_DeleteCollectionResponse as DeleteCollectionResponse, type context$5_DeleteCollectionResponseNonNullableFields as DeleteCollectionResponseNonNullableFields, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type File$2 as File, type context$5_GetCollectionOptions as GetCollectionOptions, type context$5_GetCollectionRequest as GetCollectionRequest, type context$5_GetCollectionResponse as GetCollectionResponse, type context$5_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type Image$3 as Image, ImageType$3 as ImageType, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type Keyword$2 as Keyword, type context$5_ListCollectionsOptions as ListCollectionsOptions, type context$5_ListCollectionsRequest as ListCollectionsRequest, type context$5_ListCollectionsResponse as ListCollectionsResponse, type context$5_ListCollectionsResponseNonNullableFields as ListCollectionsResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type Page$2 as Page, type Paging$3 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type Point$3 as Point, type context$5_QueryCollectionsOptions as QueryCollectionsOptions, type context$5_QueryCollectionsRequest as QueryCollectionsRequest, type context$5_QueryCollectionsResponse as QueryCollectionsResponse, type context$5_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type RestoreInfo$4 as RestoreInfo, type SeoSchema$2 as SeoSchema, type Settings$2 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$2 as Tag, type URI$2 as URI, type
|
|
775
|
+
export { type ActionEvent$5 as ActionEvent, type context$5_AdminRemoveMenuItemsResponse as AdminRemoveMenuItemsResponse, type App$2 as App, type BaseEventMetadata$3 as BaseEventMetadata, type context$5_Collection as Collection, type context$5_CollectionCreatedEnvelope as CollectionCreatedEnvelope, type context$5_CollectionDeletedEnvelope as CollectionDeletedEnvelope, type context$5_CollectionNonNullableFields as CollectionNonNullableFields, type context$5_CollectionUpdatedEnvelope as CollectionUpdatedEnvelope, type context$5_CollectionsQueryBuilder as CollectionsQueryBuilder, type context$5_CollectionsQueryResult as CollectionsQueryResult, type context$5_CreateCollectionRequest as CreateCollectionRequest, type context$5_CreateCollectionResponse as CreateCollectionResponse, type context$5_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$4 as Cursors, type context$5_DeleteCollectionRequest as DeleteCollectionRequest, type context$5_DeleteCollectionResponse as DeleteCollectionResponse, type context$5_DeleteCollectionResponseNonNullableFields as DeleteCollectionResponseNonNullableFields, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type File$2 as File, type context$5_GetCollectionOptions as GetCollectionOptions, type context$5_GetCollectionRequest as GetCollectionRequest, type context$5_GetCollectionResponse as GetCollectionResponse, type context$5_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type Image$3 as Image, ImageType$3 as ImageType, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type Keyword$2 as Keyword, type context$5_ListCollectionsOptions as ListCollectionsOptions, type context$5_ListCollectionsRequest as ListCollectionsRequest, type context$5_ListCollectionsResponse as ListCollectionsResponse, type context$5_ListCollectionsResponseNonNullableFields as ListCollectionsResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type Page$2 as Page, type Paging$3 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type Point$3 as Point, type context$5_QueryCollectionsOptions as QueryCollectionsOptions, type context$5_QueryCollectionsRequest as QueryCollectionsRequest, type context$5_QueryCollectionsResponse as QueryCollectionsResponse, type context$5_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type RestoreInfo$4 as RestoreInfo, type SeoSchema$2 as SeoSchema, type Settings$2 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$2 as Tag, type URI$2 as URI, type UnsharpMasking$3 as UnsharpMasking, type context$5_UpdateCollection as UpdateCollection, type context$5_UpdateCollectionRequest as UpdateCollectionRequest, type context$5_UpdateCollectionResponse as UpdateCollectionResponse, type context$5_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, context$5_createCollection as createCollection, context$5_deleteCollection as deleteCollection, context$5_getCollection as getCollection, context$5_listCollections as listCollections, context$5_onCollectionCreated as onCollectionCreated, context$5_onCollectionDeleted as onCollectionDeleted, context$5_onCollectionUpdated as onCollectionUpdated, context$5_queryCollections as queryCollections, context$5_updateCollection as updateCollection };
|
|
779
776
|
}
|
|
780
777
|
|
|
781
778
|
interface PortfolioSettings {
|
|
@@ -2280,7 +2277,9 @@ declare enum Namespace$1 {
|
|
|
2280
2277
|
* There's a blank site behind the scene but it's blank).
|
|
2281
2278
|
* The Mobile company will be the owner of this namespace.
|
|
2282
2279
|
*/
|
|
2283
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
2280
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2281
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2282
|
+
NOWNIA = "NOWNIA"
|
|
2284
2283
|
}
|
|
2285
2284
|
/** Site transferred to another user. */
|
|
2286
2285
|
interface SiteTransferred$1 {
|
|
@@ -4060,7 +4059,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
4060
4059
|
slug?: string;
|
|
4061
4060
|
/** ID of the entity associated with the event. */
|
|
4062
4061
|
entityId?: string;
|
|
4063
|
-
/** Event timestamp. */
|
|
4062
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
4064
4063
|
eventTime?: Date;
|
|
4065
4064
|
/**
|
|
4066
4065
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -4342,7 +4341,9 @@ declare enum Namespace {
|
|
|
4342
4341
|
* There's a blank site behind the scene but it's blank).
|
|
4343
4342
|
* The Mobile company will be the owner of this namespace.
|
|
4344
4343
|
*/
|
|
4345
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
4344
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
4345
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
4346
|
+
NOWNIA = "NOWNIA"
|
|
4346
4347
|
}
|
|
4347
4348
|
/** Site transferred to another user. */
|
|
4348
4349
|
interface SiteTransferred {
|
|
@@ -177,7 +177,7 @@ interface DomainEventBodyOneOf$5 {
|
|
|
177
177
|
interface EntityCreatedEvent$5 {
|
|
178
178
|
entity?: string;
|
|
179
179
|
}
|
|
180
|
-
interface
|
|
180
|
+
interface RestoreInfo$4 {
|
|
181
181
|
deletedDate?: Date;
|
|
182
182
|
}
|
|
183
183
|
interface EntityUpdatedEvent$5 {
|
|
@@ -434,9 +434,6 @@ interface QueryCollectionsResponse {
|
|
|
434
434
|
/** Paging metadata */
|
|
435
435
|
metadata?: PagingMetadataV2$4;
|
|
436
436
|
}
|
|
437
|
-
interface RestoreInfo$4 {
|
|
438
|
-
deletedDate?: Date;
|
|
439
|
-
}
|
|
440
437
|
interface PointNonNullableFields$3 {
|
|
441
438
|
x: number;
|
|
442
439
|
y: number;
|
|
@@ -775,7 +772,7 @@ declare const index_d$5_onCollectionUpdated: typeof onCollectionUpdated;
|
|
|
775
772
|
declare const index_d$5_queryCollections: typeof queryCollections;
|
|
776
773
|
declare const index_d$5_updateCollection: typeof updateCollection;
|
|
777
774
|
declare namespace index_d$5 {
|
|
778
|
-
export { type ActionEvent$5 as ActionEvent, type index_d$5_AdminRemoveMenuItemsResponse as AdminRemoveMenuItemsResponse, type App$2 as App, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$5_Collection as Collection, type index_d$5_CollectionCreatedEnvelope as CollectionCreatedEnvelope, type index_d$5_CollectionDeletedEnvelope as CollectionDeletedEnvelope, type index_d$5_CollectionNonNullableFields as CollectionNonNullableFields, type index_d$5_CollectionUpdatedEnvelope as CollectionUpdatedEnvelope, type index_d$5_CollectionsQueryBuilder as CollectionsQueryBuilder, type index_d$5_CollectionsQueryResult as CollectionsQueryResult, type index_d$5_CreateCollectionRequest as CreateCollectionRequest, type index_d$5_CreateCollectionResponse as CreateCollectionResponse, type index_d$5_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$4 as Cursors, type index_d$5_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$5_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$5_DeleteCollectionResponseNonNullableFields as DeleteCollectionResponseNonNullableFields, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type File$2 as File, type index_d$5_GetCollectionOptions as GetCollectionOptions, type index_d$5_GetCollectionRequest as GetCollectionRequest, type index_d$5_GetCollectionResponse as GetCollectionResponse, type index_d$5_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type Image$3 as Image, ImageType$3 as ImageType, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type Keyword$2 as Keyword, type index_d$5_ListCollectionsOptions as ListCollectionsOptions, type index_d$5_ListCollectionsRequest as ListCollectionsRequest, type index_d$5_ListCollectionsResponse as ListCollectionsResponse, type index_d$5_ListCollectionsResponseNonNullableFields as ListCollectionsResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type Page$2 as Page, type Paging$3 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type Point$3 as Point, type index_d$5_QueryCollectionsOptions as QueryCollectionsOptions, type index_d$5_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$5_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$5_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type RestoreInfo$4 as RestoreInfo, type SeoSchema$2 as SeoSchema, type Settings$2 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$2 as Tag, type URI$2 as URI, type
|
|
775
|
+
export { type ActionEvent$5 as ActionEvent, type index_d$5_AdminRemoveMenuItemsResponse as AdminRemoveMenuItemsResponse, type App$2 as App, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$5_Collection as Collection, type index_d$5_CollectionCreatedEnvelope as CollectionCreatedEnvelope, type index_d$5_CollectionDeletedEnvelope as CollectionDeletedEnvelope, type index_d$5_CollectionNonNullableFields as CollectionNonNullableFields, type index_d$5_CollectionUpdatedEnvelope as CollectionUpdatedEnvelope, type index_d$5_CollectionsQueryBuilder as CollectionsQueryBuilder, type index_d$5_CollectionsQueryResult as CollectionsQueryResult, type index_d$5_CreateCollectionRequest as CreateCollectionRequest, type index_d$5_CreateCollectionResponse as CreateCollectionResponse, type index_d$5_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$4 as Cursors, type index_d$5_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$5_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$5_DeleteCollectionResponseNonNullableFields as DeleteCollectionResponseNonNullableFields, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type File$2 as File, type index_d$5_GetCollectionOptions as GetCollectionOptions, type index_d$5_GetCollectionRequest as GetCollectionRequest, type index_d$5_GetCollectionResponse as GetCollectionResponse, type index_d$5_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type Image$3 as Image, ImageType$3 as ImageType, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type Keyword$2 as Keyword, type index_d$5_ListCollectionsOptions as ListCollectionsOptions, type index_d$5_ListCollectionsRequest as ListCollectionsRequest, type index_d$5_ListCollectionsResponse as ListCollectionsResponse, type index_d$5_ListCollectionsResponseNonNullableFields as ListCollectionsResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type Page$2 as Page, type Paging$3 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type Point$3 as Point, type index_d$5_QueryCollectionsOptions as QueryCollectionsOptions, type index_d$5_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$5_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$5_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type RestoreInfo$4 as RestoreInfo, type SeoSchema$2 as SeoSchema, type Settings$2 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$2 as Tag, type URI$2 as URI, type UnsharpMasking$3 as UnsharpMasking, type index_d$5_UpdateCollection as UpdateCollection, type index_d$5_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$5_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$5_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, index_d$5_createCollection as createCollection, index_d$5_deleteCollection as deleteCollection, index_d$5_getCollection as getCollection, index_d$5_listCollections as listCollections, index_d$5_onCollectionCreated as onCollectionCreated, index_d$5_onCollectionDeleted as onCollectionDeleted, index_d$5_onCollectionUpdated as onCollectionUpdated, index_d$5_queryCollections as queryCollections, index_d$5_updateCollection as updateCollection };
|
|
779
776
|
}
|
|
780
777
|
|
|
781
778
|
interface PortfolioSettings {
|
|
@@ -2280,7 +2277,9 @@ declare enum Namespace$1 {
|
|
|
2280
2277
|
* There's a blank site behind the scene but it's blank).
|
|
2281
2278
|
* The Mobile company will be the owner of this namespace.
|
|
2282
2279
|
*/
|
|
2283
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
2280
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2281
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2282
|
+
NOWNIA = "NOWNIA"
|
|
2284
2283
|
}
|
|
2285
2284
|
/** Site transferred to another user. */
|
|
2286
2285
|
interface SiteTransferred$1 {
|
|
@@ -4060,7 +4059,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
4060
4059
|
slug?: string;
|
|
4061
4060
|
/** ID of the entity associated with the event. */
|
|
4062
4061
|
entityId?: string;
|
|
4063
|
-
/** Event timestamp. */
|
|
4062
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
4064
4063
|
eventTime?: Date;
|
|
4065
4064
|
/**
|
|
4066
4065
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -4342,7 +4341,9 @@ declare enum Namespace {
|
|
|
4342
4341
|
* There's a blank site behind the scene but it's blank).
|
|
4343
4342
|
* The Mobile company will be the owner of this namespace.
|
|
4344
4343
|
*/
|
|
4345
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
4344
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
4345
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
4346
|
+
NOWNIA = "NOWNIA"
|
|
4346
4347
|
}
|
|
4347
4348
|
/** Site transferred to another user. */
|
|
4348
4349
|
interface SiteTransferred {
|