@glidevvr/storage-payload-types-pkg 1.0.34 → 1.0.36
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 +1 -1
- package/payload-types.ts +0 -10
package/package.json
CHANGED
package/payload-types.ts
CHANGED
|
@@ -249,8 +249,6 @@ export interface UserAuthOperations {
|
|
|
249
249
|
};
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
|
-
* This collection is for static website pages.
|
|
253
|
-
*
|
|
254
252
|
* This interface was referenced by `Config`'s JSON-Schema
|
|
255
253
|
* via the `definition` "pages".
|
|
256
254
|
*/
|
|
@@ -302,8 +300,6 @@ export interface Page {
|
|
|
302
300
|
_status?: ('draft' | 'published') | null;
|
|
303
301
|
}
|
|
304
302
|
/**
|
|
305
|
-
* This collection represents different partner organizations.
|
|
306
|
-
*
|
|
307
303
|
* This interface was referenced by `Config`'s JSON-Schema
|
|
308
304
|
* via the `definition` "tenants".
|
|
309
305
|
*/
|
|
@@ -508,8 +504,6 @@ export interface Media {
|
|
|
508
504
|
};
|
|
509
505
|
}
|
|
510
506
|
/**
|
|
511
|
-
* This collection represents different markets.
|
|
512
|
-
*
|
|
513
507
|
* This interface was referenced by `Config`'s JSON-Schema
|
|
514
508
|
* via the `definition` "markets".
|
|
515
509
|
*/
|
|
@@ -569,8 +563,6 @@ export interface Market {
|
|
|
569
563
|
_status?: ('draft' | 'published') | null;
|
|
570
564
|
}
|
|
571
565
|
/**
|
|
572
|
-
* This collection represents different facilities.
|
|
573
|
-
*
|
|
574
566
|
* This interface was referenced by `Config`'s JSON-Schema
|
|
575
567
|
* via the `definition` "facilities".
|
|
576
568
|
*/
|
|
@@ -893,8 +885,6 @@ export interface Category {
|
|
|
893
885
|
createdAt: string;
|
|
894
886
|
}
|
|
895
887
|
/**
|
|
896
|
-
* This collection is for static blog articles.
|
|
897
|
-
*
|
|
898
888
|
* This interface was referenced by `Config`'s JSON-Schema
|
|
899
889
|
* via the `definition` "posts".
|
|
900
890
|
*/
|