@takeshape/schema 9.36.4 → 9.38.0

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.
Files changed (84) hide show
  1. package/dist/builtin-schema.js +20 -20
  2. package/dist/migration/index.d.ts +1 -0
  3. package/dist/migration/index.d.ts.map +1 -1
  4. package/dist/migration/index.js +4 -1
  5. package/dist/migration/to/v3.31.0.d.ts +5 -0
  6. package/dist/migration/to/v3.31.0.d.ts.map +1 -0
  7. package/dist/migration/to/v3.31.0.js +53 -0
  8. package/dist/project-schema/index.d.ts +4 -1
  9. package/dist/project-schema/index.d.ts.map +1 -1
  10. package/dist/project-schema/index.js +20 -3
  11. package/dist/project-schema/latest.d.ts +43 -18
  12. package/dist/project-schema/latest.d.ts.map +1 -1
  13. package/dist/project-schema/migrate.d.ts.map +1 -1
  14. package/dist/project-schema/migrate.js +4 -0
  15. package/dist/project-schema/v3.31.0.d.ts +1449 -0
  16. package/dist/project-schema/v3.31.0.d.ts.map +1 -0
  17. package/dist/project-schema/v3.31.0.js +5 -0
  18. package/dist/relationships.js +2 -2
  19. package/dist/schema-util.d.ts +2 -2
  20. package/dist/schema-util.d.ts.map +1 -1
  21. package/dist/schema-util.js +12 -12
  22. package/dist/schemas/index.d.ts +2 -2
  23. package/dist/schemas/index.d.ts.map +1 -1
  24. package/dist/schemas/index.js +6 -4
  25. package/dist/schemas/index.ts +4 -2
  26. package/dist/schemas/project-schema/latest.json +89 -32
  27. package/dist/schemas/project-schema/v3.31.0.json +3089 -0
  28. package/dist/schemas/project-schema.json +7 -1
  29. package/dist/types/types.d.ts +4 -4
  30. package/dist/types/types.d.ts.map +1 -1
  31. package/dist/types/utils.d.ts +4 -3
  32. package/dist/types/utils.d.ts.map +1 -1
  33. package/dist/types/utils.js +9 -3
  34. package/dist/validate.d.ts.map +1 -1
  35. package/dist/validate.js +13 -3
  36. package/es/builtin-schema.js +20 -20
  37. package/es/migration/index.js +3 -1
  38. package/es/migration/to/v3.31.0.js +38 -0
  39. package/es/project-schema/index.js +3 -1
  40. package/es/project-schema/migrate.js +5 -1
  41. package/es/project-schema/v3.31.0.js +1 -0
  42. package/es/relationships.js +2 -2
  43. package/es/schema-util.js +12 -12
  44. package/es/schemas/index.js +4 -3
  45. package/es/schemas/index.ts +4 -2
  46. package/es/schemas/project-schema/latest.json +89 -32
  47. package/es/schemas/project-schema/v3.31.0.json +3089 -0
  48. package/es/schemas/project-schema.json +7 -1
  49. package/es/types/utils.js +7 -3
  50. package/es/validate.js +13 -3
  51. package/examples/dependencies/stripe-starter-resolved.json +210 -210
  52. package/examples/latest/betzino.json +4383 -4383
  53. package/examples/latest/blog-schema.json +49 -49
  54. package/examples/latest/brewery-schema.json +39 -39
  55. package/examples/latest/complex-project-schema.json +412 -412
  56. package/examples/latest/complex-schema.json +1166 -1166
  57. package/examples/latest/fabric-ecommerce.json +17 -17
  58. package/examples/latest/frank-and-fred-schema.json +2242 -2242
  59. package/examples/latest/klirr-schema.json +3254 -3254
  60. package/examples/latest/massive-schema.json +785 -785
  61. package/examples/latest/mill-components-schema.json +215 -215
  62. package/examples/latest/one-earth.json +1394 -1394
  63. package/examples/latest/pet-oneof-array.json +33 -33
  64. package/examples/latest/post-schema.json +32 -32
  65. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  66. package/examples/latest/real-world-schema.json +94 -94
  67. package/examples/latest/recursive-repeater-schema.json +17 -17
  68. package/examples/latest/recursive-schema.json +17 -17
  69. package/examples/latest/rick-and-morty-ast.json +180 -180
  70. package/examples/latest/rick-and-morty-graphql.json +133 -133
  71. package/examples/latest/rick-and-morty-rest.json +1 -1
  72. package/examples/latest/schema-with-repeater-draftjs.json +48 -48
  73. package/examples/latest/shape-books-v3_2_0.json +137 -137
  74. package/examples/latest/shape-books.json +137 -137
  75. package/examples/latest/shopify-lookbook.json +41 -41
  76. package/examples/latest/shopify-product-2022-07.json +124 -124
  77. package/examples/latest/shopify-product-2023-04.json +125 -125
  78. package/examples/latest/shopify-store-with-widget.json +94 -94
  79. package/examples/latest/stripe-product-runtime-schema.json +127 -130
  80. package/examples/latest/stripe-starter-resolved.json +300 -509
  81. package/examples/latest/user-schema-no-required.json +22 -22
  82. package/examples/latest/user-schema-with-defaults.json +23 -23
  83. package/package.json +5 -5
  84. package/examples/latest/shopify-namespace-schema.json +0 -364
@@ -7,8 +7,8 @@
7
7
  "getAsset": {
8
8
  "shape": "Asset",
9
9
  "resolver": {
10
- "name": "takeshape:get",
11
- "service": "takeshape:local",
10
+ "name": "shapedb:get",
11
+ "service": "shapedb",
12
12
  "shapeName": "Asset"
13
13
  },
14
14
  "description": "Get a Asset by ID",
@@ -17,8 +17,8 @@
17
17
  "getAssetList": {
18
18
  "shape": "AssetPaginatedList",
19
19
  "resolver": {
20
- "name": "takeshape:list",
21
- "service": "takeshape:local",
20
+ "name": "shapedb:list",
21
+ "service": "shapedb",
22
22
  "shapeName": "Asset"
23
23
  },
24
24
  "description": "Returns a list Asset in natural order.",
@@ -27,8 +27,8 @@
27
27
  "getTsStaticSite": {
28
28
  "shape": "TsStaticSite",
29
29
  "resolver": {
30
- "name": "takeshape:get",
31
- "service": "takeshape:local",
30
+ "name": "shapedb:get",
31
+ "service": "shapedb",
32
32
  "shapeName": "TsStaticSite"
33
33
  },
34
34
  "description": "Get a TsStaticSite by ID",
@@ -37,8 +37,8 @@
37
37
  "getTsStaticSiteList": {
38
38
  "shape": "TsStaticSitePaginatedList",
39
39
  "resolver": {
40
- "name": "takeshape:list",
41
- "service": "takeshape:local",
40
+ "name": "shapedb:list",
41
+ "service": "shapedb",
42
42
  "shapeName": "TsStaticSite"
43
43
  },
44
44
  "description": "Returns a list TsStaticSite in natural order.",
@@ -117,7 +117,7 @@
117
117
  "shape": "AssetSearchResults",
118
118
  "resolver": {
119
119
  "name": "takeshape:search",
120
- "service": "takeshape:local",
120
+ "service": "takeshape",
121
121
  "shapeName": "Asset"
122
122
  },
123
123
  "args": "AssetTSSearchArgs"
@@ -126,7 +126,7 @@
126
126
  "shape": "TsStaticSiteSearchResults",
127
127
  "resolver": {
128
128
  "name": "takeshape:search",
129
- "service": "takeshape:local",
129
+ "service": "takeshape",
130
130
  "shapeName": "TsStaticSite"
131
131
  },
132
132
  "args": "TsStaticSiteTSSearchArgs"
@@ -135,7 +135,7 @@
135
135
  "shape": "TSSearchableSearchResults",
136
136
  "resolver": {
137
137
  "name": "takeshape:search",
138
- "service": "takeshape:local"
138
+ "service": "takeshape"
139
139
  },
140
140
  "args": "TSSearchArgs"
141
141
  }
@@ -144,8 +144,8 @@
144
144
  "updateAsset": {
145
145
  "shape": "UpdateAssetResult",
146
146
  "resolver": {
147
- "name": "takeshape:update",
148
- "service": "takeshape:local",
147
+ "name": "shapedb:update",
148
+ "service": "shapedb",
149
149
  "shapeName": "Asset"
150
150
  },
151
151
  "description": "Update Asset",
@@ -154,8 +154,8 @@
154
154
  "createAsset": {
155
155
  "shape": "CreateAssetResult",
156
156
  "resolver": {
157
- "name": "takeshape:create",
158
- "service": "takeshape:local",
157
+ "name": "shapedb:create",
158
+ "service": "shapedb",
159
159
  "shapeName": "Asset"
160
160
  },
161
161
  "description": "Create Asset",
@@ -164,8 +164,8 @@
164
164
  "duplicateAsset": {
165
165
  "shape": "DuplicateAssetResult",
166
166
  "resolver": {
167
- "name": "takeshape:duplicate",
168
- "service": "takeshape:local",
167
+ "name": "shapedb:duplicate",
168
+ "service": "shapedb",
169
169
  "shapeName": "Asset"
170
170
  },
171
171
  "description": "Duplicate Asset",
@@ -174,8 +174,8 @@
174
174
  "deleteAsset": {
175
175
  "shape": "DeleteAssetResult",
176
176
  "resolver": {
177
- "name": "takeshape:delete",
178
- "service": "takeshape:local",
177
+ "name": "shapedb:delete",
178
+ "service": "shapedb",
179
179
  "shapeName": "Asset"
180
180
  },
181
181
  "description": "Delete Asset",
@@ -184,8 +184,8 @@
184
184
  "updateTsStaticSite": {
185
185
  "shape": "UpdateTsStaticSiteResult",
186
186
  "resolver": {
187
- "name": "takeshape:update",
188
- "service": "takeshape:local",
187
+ "name": "shapedb:update",
188
+ "service": "shapedb",
189
189
  "shapeName": "TsStaticSite"
190
190
  },
191
191
  "description": "Update TsStaticSite",
@@ -194,8 +194,8 @@
194
194
  "createTsStaticSite": {
195
195
  "shape": "CreateTsStaticSiteResult",
196
196
  "resolver": {
197
- "name": "takeshape:create",
198
- "service": "takeshape:local",
197
+ "name": "shapedb:create",
198
+ "service": "shapedb",
199
199
  "shapeName": "TsStaticSite"
200
200
  },
201
201
  "description": "Create TsStaticSite",
@@ -204,8 +204,8 @@
204
204
  "duplicateTsStaticSite": {
205
205
  "shape": "DuplicateTsStaticSiteResult",
206
206
  "resolver": {
207
- "name": "takeshape:duplicate",
208
- "service": "takeshape:local",
207
+ "name": "shapedb:duplicate",
208
+ "service": "shapedb",
209
209
  "shapeName": "TsStaticSite"
210
210
  },
211
211
  "description": "Duplicate TsStaticSite",
@@ -214,8 +214,8 @@
214
214
  "deleteTsStaticSite": {
215
215
  "shape": "DeleteTsStaticSiteResult",
216
216
  "resolver": {
217
- "name": "takeshape:delete",
218
- "service": "takeshape:local",
217
+ "name": "shapedb:delete",
218
+ "service": "shapedb",
219
219
  "shapeName": "TsStaticSite"
220
220
  },
221
221
  "description": "Delete TsStaticSite",
@@ -236,13 +236,13 @@
236
236
  "title": {
237
237
  "type": "string",
238
238
  "title": "Title",
239
- "@mapping": "takeshape:local:Asset.By5tQOMc",
239
+ "@mapping": "shapedb:Asset.By5tQOMc",
240
240
  "@l10n": true
241
241
  },
242
242
  "description": {
243
243
  "type": "string",
244
244
  "title": "Description",
245
- "@mapping": "takeshape:local:Asset.B1Zsra3fx",
245
+ "@mapping": "shapedb:Asset.B1Zsra3fx",
246
246
  "@l10n": true
247
247
  },
248
248
  "filename": {
@@ -250,19 +250,19 @@
250
250
  "title": "Filename",
251
251
  "@l10n": false,
252
252
  "minLength": 1,
253
- "@mapping": "takeshape:local:Asset.H1oYQOM9"
253
+ "@mapping": "shapedb:Asset.H1oYQOM9"
254
254
  },
255
255
  "caption": {
256
256
  "type": "object",
257
257
  "title": "Caption",
258
- "@mapping": "takeshape:local:Asset.SyWVsd98x",
258
+ "@mapping": "shapedb:Asset.SyWVsd98x",
259
259
  "@tag": "draftjs",
260
260
  "@l10n": true
261
261
  },
262
262
  "credit": {
263
263
  "type": "object",
264
264
  "title": "Credit",
265
- "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
265
+ "@mapping": "shapedb:Asset.Skn_i_5Ll",
266
266
  "@tag": "draftjs",
267
267
  "@l10n": true
268
268
  },
@@ -271,25 +271,25 @@
271
271
  "title": "Path",
272
272
  "@l10n": false,
273
273
  "minLength": 1,
274
- "@mapping": "takeshape:local:Asset.Hk6FQuz5"
274
+ "@mapping": "shapedb:Asset.Hk6FQuz5"
275
275
  },
276
276
  "mimeType": {
277
277
  "type": "string",
278
278
  "title": "MIME type",
279
279
  "@l10n": false,
280
- "@mapping": "takeshape:local:Asset.SyCYX_Gq"
280
+ "@mapping": "shapedb:Asset.SyCYX_Gq"
281
281
  },
282
282
  "sourceUrl": {
283
283
  "type": "string",
284
284
  "title": "Source URL",
285
285
  "@l10n": false,
286
- "@mapping": "takeshape:local:Asset.SJXSidnXE"
286
+ "@mapping": "shapedb:Asset.SJXSidnXE"
287
287
  },
288
288
  "uploadStatus": {
289
289
  "type": "string",
290
290
  "title": "Upload status",
291
291
  "@l10n": false,
292
- "@mapping": "takeshape:local:Asset.ByeAYXdG9"
292
+ "@mapping": "shapedb:Asset.ByeAYXdG9"
293
293
  },
294
294
  "_shapeId": {
295
295
  "type": "string",
@@ -323,7 +323,7 @@
323
323
  },
324
324
  "@resolver": {
325
325
  "name": "takeshape:getUser",
326
- "service": "takeshape:local"
326
+ "service": "takeshape"
327
327
  }
328
328
  },
329
329
  "_updatedAt": {
@@ -339,7 +339,7 @@
339
339
  },
340
340
  "@resolver": {
341
341
  "name": "takeshape:getUser",
342
- "service": "takeshape:local"
342
+ "service": "takeshape"
343
343
  }
344
344
  },
345
345
  "_schemaVersion": {
@@ -371,7 +371,7 @@
371
371
  "s3Key": {
372
372
  "title": "s3 key",
373
373
  "type": "string",
374
- "@mapping": "takeshape:local:Asset.Hk6FQuz5",
374
+ "@mapping": "shapedb:Asset.Hk6FQuz5",
375
375
  "@deprecationReason": "Use path instead"
376
376
  }
377
377
  },
@@ -422,14 +422,14 @@
422
422
  "title": "Title",
423
423
  "@l10n": false,
424
424
  "minLength": 1,
425
- "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
425
+ "@mapping": "shapedb:TsStaticSite.Ski9jLuXg"
426
426
  },
427
427
  "baseUrl": {
428
428
  "type": "string",
429
429
  "title": "Base URL",
430
430
  "@l10n": false,
431
431
  "minLength": 1,
432
- "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
432
+ "@mapping": "shapedb:TsStaticSite.Bk3tNmrfE"
433
433
  },
434
434
  "provider": {
435
435
  "type": "string",
@@ -474,14 +474,14 @@
474
474
  "title": "Vercel"
475
475
  }
476
476
  ],
477
- "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
477
+ "@mapping": "shapedb:TsStaticSite.SkwbT2hqe"
478
478
  },
479
479
  "idKey": {
480
480
  "type": "string",
481
481
  "title": "Id Key",
482
482
  "@l10n": false,
483
483
  "minLength": 1,
484
- "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
484
+ "@mapping": "shapedb:TsStaticSite.SyRhi8_me"
485
485
  },
486
486
  "secretKey": {
487
487
  "type": "string",
@@ -489,20 +489,20 @@
489
489
  "@l10n": false,
490
490
  "@sensitive": true,
491
491
  "minLength": 1,
492
- "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
492
+ "@mapping": "shapedb:TsStaticSite.BkIajLdXl"
493
493
  },
494
494
  "destination": {
495
495
  "type": "string",
496
496
  "title": "Destination",
497
497
  "@l10n": false,
498
498
  "minLength": 1,
499
- "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
499
+ "@mapping": "shapedb:TsStaticSite.Hk6TsIdXl"
500
500
  },
501
501
  "privateAcl": {
502
502
  "type": "boolean",
503
503
  "title": "Private ACL",
504
504
  "@l10n": false,
505
- "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
505
+ "@mapping": "shapedb:TsStaticSite.ByFe48wWU"
506
506
  },
507
507
  "environmentVariables": {
508
508
  "type": "array",
@@ -511,7 +511,7 @@
511
511
  "items": {
512
512
  "$ref": "#/shapes/TsStaticSiteEnvironmentVariables/schema"
513
513
  },
514
- "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
514
+ "@mapping": "shapedb:TsStaticSite.9fj4UiNxY"
515
515
  },
516
516
  "triggers": {
517
517
  "type": "array",
@@ -525,7 +525,7 @@
525
525
  "type": "string",
526
526
  "title": "Template Hash",
527
527
  "@l10n": false,
528
- "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
528
+ "@mapping": "shapedb:TsStaticSite.S1QA3GYI8"
529
529
  },
530
530
  "_shapeId": {
531
531
  "type": "string",
@@ -559,7 +559,7 @@
559
559
  },
560
560
  "@resolver": {
561
561
  "name": "takeshape:getUser",
562
- "service": "takeshape:local"
562
+ "service": "takeshape"
563
563
  }
564
564
  },
565
565
  "_updatedAt": {
@@ -575,7 +575,7 @@
575
575
  },
576
576
  "@resolver": {
577
577
  "name": "takeshape:getUser",
578
- "service": "takeshape:local"
578
+ "service": "takeshape"
579
579
  }
580
580
  },
581
581
  "_schemaVersion": {
@@ -622,12 +622,12 @@
622
622
  "name": {
623
623
  "type": "string",
624
624
  "title": "Name",
625
- "@mapping": "takeshape:local:TsStaticSite.J8sbHgfdI"
625
+ "@mapping": "shapedb:TsStaticSite.J8sbHgfdI"
626
626
  },
627
627
  "value": {
628
628
  "type": "string",
629
629
  "title": "Value",
630
- "@mapping": "takeshape:local:TsStaticSite.ndhh88DvG"
630
+ "@mapping": "shapedb:TsStaticSite.ndhh88DvG"
631
631
  }
632
632
  }
633
633
  }
@@ -47532,13 +47532,13 @@
47532
47532
  "title": {
47533
47533
  "type": "string",
47534
47534
  "title": "Title",
47535
- "@mapping": "takeshape:local:Asset.By5tQOMc",
47535
+ "@mapping": "shapedb:Asset.By5tQOMc",
47536
47536
  "@l10n": true
47537
47537
  },
47538
47538
  "description": {
47539
47539
  "type": "string",
47540
47540
  "title": "Description",
47541
- "@mapping": "takeshape:local:Asset.B1Zsra3fx",
47541
+ "@mapping": "shapedb:Asset.B1Zsra3fx",
47542
47542
  "@l10n": true
47543
47543
  },
47544
47544
  "filename": {
@@ -47546,19 +47546,19 @@
47546
47546
  "title": "Filename",
47547
47547
  "@l10n": false,
47548
47548
  "minLength": 1,
47549
- "@mapping": "takeshape:local:Asset.H1oYQOM9"
47549
+ "@mapping": "shapedb:Asset.H1oYQOM9"
47550
47550
  },
47551
47551
  "caption": {
47552
47552
  "type": "object",
47553
47553
  "title": "Caption",
47554
- "@mapping": "takeshape:local:Asset.SyWVsd98x",
47554
+ "@mapping": "shapedb:Asset.SyWVsd98x",
47555
47555
  "@tag": "draftjs",
47556
47556
  "@l10n": true
47557
47557
  },
47558
47558
  "credit": {
47559
47559
  "type": "object",
47560
47560
  "title": "Credit",
47561
- "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
47561
+ "@mapping": "shapedb:Asset.Skn_i_5Ll",
47562
47562
  "@tag": "draftjs",
47563
47563
  "@l10n": true
47564
47564
  },
@@ -47567,25 +47567,25 @@
47567
47567
  "title": "Path",
47568
47568
  "@l10n": false,
47569
47569
  "minLength": 1,
47570
- "@mapping": "takeshape:local:Asset.Hk6FQuz5"
47570
+ "@mapping": "shapedb:Asset.Hk6FQuz5"
47571
47571
  },
47572
47572
  "mimeType": {
47573
47573
  "type": "string",
47574
47574
  "title": "MIME type",
47575
47575
  "@l10n": false,
47576
- "@mapping": "takeshape:local:Asset.SyCYX_Gq"
47576
+ "@mapping": "shapedb:Asset.SyCYX_Gq"
47577
47577
  },
47578
47578
  "sourceUrl": {
47579
47579
  "type": "string",
47580
47580
  "title": "Source URL",
47581
47581
  "@l10n": false,
47582
- "@mapping": "takeshape:local:Asset.SJXSidnXE"
47582
+ "@mapping": "shapedb:Asset.SJXSidnXE"
47583
47583
  },
47584
47584
  "uploadStatus": {
47585
47585
  "type": "string",
47586
47586
  "title": "Upload status",
47587
47587
  "@l10n": false,
47588
- "@mapping": "takeshape:local:Asset.ByeAYXdG9"
47588
+ "@mapping": "shapedb:Asset.ByeAYXdG9"
47589
47589
  },
47590
47590
  "_shapeId": {
47591
47591
  "type": "string",
@@ -47614,7 +47614,7 @@
47614
47614
  "@ref": "local:TSUser",
47615
47615
  "@resolver": {
47616
47616
  "name": "takeshape:getUser",
47617
- "service": "takeshape:local"
47617
+ "service": "takeshape"
47618
47618
  }
47619
47619
  }
47620
47620
  },
@@ -47630,7 +47630,7 @@
47630
47630
  "@ref": "local:TSUser",
47631
47631
  "@resolver": {
47632
47632
  "name": "takeshape:getUser",
47633
- "service": "takeshape:local"
47633
+ "service": "takeshape"
47634
47634
  }
47635
47635
  }
47636
47636
  },
@@ -47663,7 +47663,7 @@
47663
47663
  "s3Key": {
47664
47664
  "title": "s3 key",
47665
47665
  "type": "string",
47666
- "@mapping": "takeshape:local:Asset.Hk6FQuz5",
47666
+ "@mapping": "shapedb:Asset.Hk6FQuz5",
47667
47667
  "@deprecationReason": "Use path instead"
47668
47668
  }
47669
47669
  },
@@ -47756,13 +47756,13 @@
47756
47756
  "title": {
47757
47757
  "type": "string",
47758
47758
  "title": "Title",
47759
- "@mapping": "takeshape:local:Asset.By5tQOMc",
47759
+ "@mapping": "shapedb:Asset.By5tQOMc",
47760
47760
  "@l10n": true
47761
47761
  },
47762
47762
  "description": {
47763
47763
  "type": "string",
47764
47764
  "title": "Description",
47765
- "@mapping": "takeshape:local:Asset.B1Zsra3fx",
47765
+ "@mapping": "shapedb:Asset.B1Zsra3fx",
47766
47766
  "@l10n": true
47767
47767
  },
47768
47768
  "filename": {
@@ -47770,19 +47770,19 @@
47770
47770
  "title": "Filename",
47771
47771
  "@l10n": false,
47772
47772
  "minLength": 1,
47773
- "@mapping": "takeshape:local:Asset.H1oYQOM9"
47773
+ "@mapping": "shapedb:Asset.H1oYQOM9"
47774
47774
  },
47775
47775
  "caption": {
47776
47776
  "type": "object",
47777
47777
  "title": "Caption",
47778
- "@mapping": "takeshape:local:Asset.SyWVsd98x",
47778
+ "@mapping": "shapedb:Asset.SyWVsd98x",
47779
47779
  "@tag": "draftjs",
47780
47780
  "@l10n": true
47781
47781
  },
47782
47782
  "credit": {
47783
47783
  "type": "object",
47784
47784
  "title": "Credit",
47785
- "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
47785
+ "@mapping": "shapedb:Asset.Skn_i_5Ll",
47786
47786
  "@tag": "draftjs",
47787
47787
  "@l10n": true
47788
47788
  },
@@ -47791,25 +47791,25 @@
47791
47791
  "title": "Path",
47792
47792
  "@l10n": false,
47793
47793
  "minLength": 1,
47794
- "@mapping": "takeshape:local:Asset.Hk6FQuz5"
47794
+ "@mapping": "shapedb:Asset.Hk6FQuz5"
47795
47795
  },
47796
47796
  "mimeType": {
47797
47797
  "type": "string",
47798
47798
  "title": "MIME type",
47799
47799
  "@l10n": false,
47800
- "@mapping": "takeshape:local:Asset.SyCYX_Gq"
47800
+ "@mapping": "shapedb:Asset.SyCYX_Gq"
47801
47801
  },
47802
47802
  "sourceUrl": {
47803
47803
  "type": "string",
47804
47804
  "title": "Source URL",
47805
47805
  "@l10n": false,
47806
- "@mapping": "takeshape:local:Asset.SJXSidnXE"
47806
+ "@mapping": "shapedb:Asset.SJXSidnXE"
47807
47807
  },
47808
47808
  "uploadStatus": {
47809
47809
  "type": "string",
47810
47810
  "title": "Upload status",
47811
47811
  "@l10n": false,
47812
- "@mapping": "takeshape:local:Asset.ByeAYXdG9"
47812
+ "@mapping": "shapedb:Asset.ByeAYXdG9"
47813
47813
  },
47814
47814
  "_shapeId": {
47815
47815
  "type": "string",
@@ -47842,7 +47842,7 @@
47842
47842
  "@ref": "local:TSUser",
47843
47843
  "@resolver": {
47844
47844
  "name": "takeshape:getUser",
47845
- "service": "takeshape:local"
47845
+ "service": "takeshape"
47846
47846
  }
47847
47847
  }
47848
47848
  },
@@ -47858,7 +47858,7 @@
47858
47858
  "@ref": "local:TSUser",
47859
47859
  "@resolver": {
47860
47860
  "name": "takeshape:getUser",
47861
- "service": "takeshape:local"
47861
+ "service": "takeshape"
47862
47862
  }
47863
47863
  }
47864
47864
  },
@@ -47891,7 +47891,7 @@
47891
47891
  "s3Key": {
47892
47892
  "title": "s3 key",
47893
47893
  "type": "string",
47894
- "@mapping": "takeshape:local:Asset.Hk6FQuz5",
47894
+ "@mapping": "shapedb:Asset.Hk6FQuz5",
47895
47895
  "@deprecationReason": "Use path instead"
47896
47896
  }
47897
47897
  },
@@ -47951,13 +47951,13 @@
47951
47951
  "title": {
47952
47952
  "type": "string",
47953
47953
  "title": "Title",
47954
- "@mapping": "takeshape:local:Asset.By5tQOMc",
47954
+ "@mapping": "shapedb:Asset.By5tQOMc",
47955
47955
  "@l10n": true
47956
47956
  },
47957
47957
  "description": {
47958
47958
  "type": "string",
47959
47959
  "title": "Description",
47960
- "@mapping": "takeshape:local:Asset.B1Zsra3fx",
47960
+ "@mapping": "shapedb:Asset.B1Zsra3fx",
47961
47961
  "@l10n": true
47962
47962
  },
47963
47963
  "filename": {
@@ -47965,19 +47965,19 @@
47965
47965
  "title": "Filename",
47966
47966
  "@l10n": false,
47967
47967
  "minLength": 1,
47968
- "@mapping": "takeshape:local:Asset.H1oYQOM9"
47968
+ "@mapping": "shapedb:Asset.H1oYQOM9"
47969
47969
  },
47970
47970
  "caption": {
47971
47971
  "type": "object",
47972
47972
  "title": "Caption",
47973
- "@mapping": "takeshape:local:Asset.SyWVsd98x",
47973
+ "@mapping": "shapedb:Asset.SyWVsd98x",
47974
47974
  "@tag": "draftjs",
47975
47975
  "@l10n": true
47976
47976
  },
47977
47977
  "credit": {
47978
47978
  "type": "object",
47979
47979
  "title": "Credit",
47980
- "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
47980
+ "@mapping": "shapedb:Asset.Skn_i_5Ll",
47981
47981
  "@tag": "draftjs",
47982
47982
  "@l10n": true
47983
47983
  },
@@ -47986,25 +47986,25 @@
47986
47986
  "title": "Path",
47987
47987
  "@l10n": false,
47988
47988
  "minLength": 1,
47989
- "@mapping": "takeshape:local:Asset.Hk6FQuz5"
47989
+ "@mapping": "shapedb:Asset.Hk6FQuz5"
47990
47990
  },
47991
47991
  "mimeType": {
47992
47992
  "type": "string",
47993
47993
  "title": "MIME type",
47994
47994
  "@l10n": false,
47995
- "@mapping": "takeshape:local:Asset.SyCYX_Gq"
47995
+ "@mapping": "shapedb:Asset.SyCYX_Gq"
47996
47996
  },
47997
47997
  "sourceUrl": {
47998
47998
  "type": "string",
47999
47999
  "title": "Source URL",
48000
48000
  "@l10n": false,
48001
- "@mapping": "takeshape:local:Asset.SJXSidnXE"
48001
+ "@mapping": "shapedb:Asset.SJXSidnXE"
48002
48002
  },
48003
48003
  "uploadStatus": {
48004
48004
  "type": "string",
48005
48005
  "title": "Upload status",
48006
48006
  "@l10n": false,
48007
- "@mapping": "takeshape:local:Asset.ByeAYXdG9"
48007
+ "@mapping": "shapedb:Asset.ByeAYXdG9"
48008
48008
  },
48009
48009
  "_shapeId": {
48010
48010
  "type": "string",
@@ -48033,7 +48033,7 @@
48033
48033
  "@ref": "local:TSUser",
48034
48034
  "@resolver": {
48035
48035
  "name": "takeshape:getUser",
48036
- "service": "takeshape:local"
48036
+ "service": "takeshape"
48037
48037
  }
48038
48038
  }
48039
48039
  },
@@ -48049,7 +48049,7 @@
48049
48049
  "@ref": "local:TSUser",
48050
48050
  "@resolver": {
48051
48051
  "name": "takeshape:getUser",
48052
- "service": "takeshape:local"
48052
+ "service": "takeshape"
48053
48053
  }
48054
48054
  }
48055
48055
  },
@@ -48082,7 +48082,7 @@
48082
48082
  "s3Key": {
48083
48083
  "title": "s3 key",
48084
48084
  "type": "string",
48085
- "@mapping": "takeshape:local:Asset.Hk6FQuz5",
48085
+ "@mapping": "shapedb:Asset.Hk6FQuz5",
48086
48086
  "@deprecationReason": "Use path instead"
48087
48087
  }
48088
48088
  },
@@ -48202,14 +48202,14 @@
48202
48202
  "title": "Title",
48203
48203
  "@l10n": false,
48204
48204
  "minLength": 1,
48205
- "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
48205
+ "@mapping": "shapedb:TsStaticSite.Ski9jLuXg"
48206
48206
  },
48207
48207
  "baseUrl": {
48208
48208
  "type": "string",
48209
48209
  "title": "Base URL",
48210
48210
  "@l10n": false,
48211
48211
  "minLength": 1,
48212
- "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
48212
+ "@mapping": "shapedb:TsStaticSite.Bk3tNmrfE"
48213
48213
  },
48214
48214
  "provider": {
48215
48215
  "type": "string",
@@ -48253,14 +48253,14 @@
48253
48253
  "title": "Vercel"
48254
48254
  }
48255
48255
  ],
48256
- "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
48256
+ "@mapping": "shapedb:TsStaticSite.SkwbT2hqe"
48257
48257
  },
48258
48258
  "idKey": {
48259
48259
  "type": "string",
48260
48260
  "title": "Id Key",
48261
48261
  "@l10n": false,
48262
48262
  "minLength": 1,
48263
- "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
48263
+ "@mapping": "shapedb:TsStaticSite.SyRhi8_me"
48264
48264
  },
48265
48265
  "secretKey": {
48266
48266
  "type": "string",
@@ -48268,20 +48268,20 @@
48268
48268
  "@l10n": false,
48269
48269
  "@sensitive": true,
48270
48270
  "minLength": 1,
48271
- "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
48271
+ "@mapping": "shapedb:TsStaticSite.BkIajLdXl"
48272
48272
  },
48273
48273
  "destination": {
48274
48274
  "type": "string",
48275
48275
  "title": "Destination",
48276
48276
  "@l10n": false,
48277
48277
  "minLength": 1,
48278
- "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
48278
+ "@mapping": "shapedb:TsStaticSite.Hk6TsIdXl"
48279
48279
  },
48280
48280
  "privateAcl": {
48281
48281
  "type": "boolean",
48282
48282
  "title": "Private ACL",
48283
48283
  "@l10n": false,
48284
- "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
48284
+ "@mapping": "shapedb:TsStaticSite.ByFe48wWU"
48285
48285
  },
48286
48286
  "environmentVariables": {
48287
48287
  "type": "array",
@@ -48290,7 +48290,7 @@
48290
48290
  "items": {
48291
48291
  "@ref": "local:TsStaticSiteEnvironmentVariablesInput"
48292
48292
  },
48293
- "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
48293
+ "@mapping": "shapedb:TsStaticSite.9fj4UiNxY"
48294
48294
  },
48295
48295
  "triggers": {
48296
48296
  "type": "array",
@@ -48304,7 +48304,7 @@
48304
48304
  "type": "string",
48305
48305
  "title": "Template Hash",
48306
48306
  "@l10n": false,
48307
- "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
48307
+ "@mapping": "shapedb:TsStaticSite.S1QA3GYI8"
48308
48308
  },
48309
48309
  "_shapeId": {
48310
48310
  "type": "string",
@@ -48333,7 +48333,7 @@
48333
48333
  "@ref": "local:TSUser",
48334
48334
  "@resolver": {
48335
48335
  "name": "takeshape:getUser",
48336
- "service": "takeshape:local"
48336
+ "service": "takeshape"
48337
48337
  }
48338
48338
  }
48339
48339
  },
@@ -48349,7 +48349,7 @@
48349
48349
  "@ref": "local:TSUser",
48350
48350
  "@resolver": {
48351
48351
  "name": "takeshape:getUser",
48352
- "service": "takeshape:local"
48352
+ "service": "takeshape"
48353
48353
  }
48354
48354
  }
48355
48355
  },
@@ -48428,12 +48428,12 @@
48428
48428
  "name": {
48429
48429
  "type": "string",
48430
48430
  "title": "Name",
48431
- "@mapping": "takeshape:local:TsStaticSite.J8sbHgfdI"
48431
+ "@mapping": "shapedb:TsStaticSite.J8sbHgfdI"
48432
48432
  },
48433
48433
  "value": {
48434
48434
  "type": "string",
48435
48435
  "title": "Value",
48436
- "@mapping": "takeshape:local:TsStaticSite.ndhh88DvG"
48436
+ "@mapping": "shapedb:TsStaticSite.ndhh88DvG"
48437
48437
  }
48438
48438
  }
48439
48439
  }
@@ -48484,14 +48484,14 @@
48484
48484
  "title": "Title",
48485
48485
  "@l10n": false,
48486
48486
  "minLength": 1,
48487
- "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
48487
+ "@mapping": "shapedb:TsStaticSite.Ski9jLuXg"
48488
48488
  },
48489
48489
  "baseUrl": {
48490
48490
  "type": "string",
48491
48491
  "title": "Base URL",
48492
48492
  "@l10n": false,
48493
48493
  "minLength": 1,
48494
- "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
48494
+ "@mapping": "shapedb:TsStaticSite.Bk3tNmrfE"
48495
48495
  },
48496
48496
  "provider": {
48497
48497
  "type": "string",
@@ -48536,14 +48536,14 @@
48536
48536
  "title": "Vercel"
48537
48537
  }
48538
48538
  ],
48539
- "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
48539
+ "@mapping": "shapedb:TsStaticSite.SkwbT2hqe"
48540
48540
  },
48541
48541
  "idKey": {
48542
48542
  "type": "string",
48543
48543
  "title": "Id Key",
48544
48544
  "@l10n": false,
48545
48545
  "minLength": 1,
48546
- "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
48546
+ "@mapping": "shapedb:TsStaticSite.SyRhi8_me"
48547
48547
  },
48548
48548
  "secretKey": {
48549
48549
  "type": "string",
@@ -48551,20 +48551,20 @@
48551
48551
  "@l10n": false,
48552
48552
  "@sensitive": true,
48553
48553
  "minLength": 1,
48554
- "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
48554
+ "@mapping": "shapedb:TsStaticSite.BkIajLdXl"
48555
48555
  },
48556
48556
  "destination": {
48557
48557
  "type": "string",
48558
48558
  "title": "Destination",
48559
48559
  "@l10n": false,
48560
48560
  "minLength": 1,
48561
- "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
48561
+ "@mapping": "shapedb:TsStaticSite.Hk6TsIdXl"
48562
48562
  },
48563
48563
  "privateAcl": {
48564
48564
  "type": "boolean",
48565
48565
  "title": "Private ACL",
48566
48566
  "@l10n": false,
48567
- "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
48567
+ "@mapping": "shapedb:TsStaticSite.ByFe48wWU"
48568
48568
  },
48569
48569
  "environmentVariables": {
48570
48570
  "type": "array",
@@ -48573,7 +48573,7 @@
48573
48573
  "items": {
48574
48574
  "@ref": "local:TsStaticSiteEnvironmentVariablesInput"
48575
48575
  },
48576
- "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
48576
+ "@mapping": "shapedb:TsStaticSite.9fj4UiNxY"
48577
48577
  },
48578
48578
  "triggers": {
48579
48579
  "type": "array",
@@ -48587,7 +48587,7 @@
48587
48587
  "type": "string",
48588
48588
  "title": "Template Hash",
48589
48589
  "@l10n": false,
48590
- "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
48590
+ "@mapping": "shapedb:TsStaticSite.S1QA3GYI8"
48591
48591
  },
48592
48592
  "_shapeId": {
48593
48593
  "type": "string",
@@ -48620,7 +48620,7 @@
48620
48620
  "@ref": "local:TSUser",
48621
48621
  "@resolver": {
48622
48622
  "name": "takeshape:getUser",
48623
- "service": "takeshape:local"
48623
+ "service": "takeshape"
48624
48624
  }
48625
48625
  }
48626
48626
  },
@@ -48636,7 +48636,7 @@
48636
48636
  "@ref": "local:TSUser",
48637
48637
  "@resolver": {
48638
48638
  "name": "takeshape:getUser",
48639
- "service": "takeshape:local"
48639
+ "service": "takeshape"
48640
48640
  }
48641
48641
  }
48642
48642
  },
@@ -48726,14 +48726,14 @@
48726
48726
  "title": "Title",
48727
48727
  "@l10n": false,
48728
48728
  "minLength": 1,
48729
- "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
48729
+ "@mapping": "shapedb:TsStaticSite.Ski9jLuXg"
48730
48730
  },
48731
48731
  "baseUrl": {
48732
48732
  "type": "string",
48733
48733
  "title": "Base URL",
48734
48734
  "@l10n": false,
48735
48735
  "minLength": 1,
48736
- "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
48736
+ "@mapping": "shapedb:TsStaticSite.Bk3tNmrfE"
48737
48737
  },
48738
48738
  "provider": {
48739
48739
  "type": "string",
@@ -48777,14 +48777,14 @@
48777
48777
  "title": "Vercel"
48778
48778
  }
48779
48779
  ],
48780
- "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
48780
+ "@mapping": "shapedb:TsStaticSite.SkwbT2hqe"
48781
48781
  },
48782
48782
  "idKey": {
48783
48783
  "type": "string",
48784
48784
  "title": "Id Key",
48785
48785
  "@l10n": false,
48786
48786
  "minLength": 1,
48787
- "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
48787
+ "@mapping": "shapedb:TsStaticSite.SyRhi8_me"
48788
48788
  },
48789
48789
  "secretKey": {
48790
48790
  "type": "string",
@@ -48792,20 +48792,20 @@
48792
48792
  "@l10n": false,
48793
48793
  "@sensitive": true,
48794
48794
  "minLength": 1,
48795
- "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
48795
+ "@mapping": "shapedb:TsStaticSite.BkIajLdXl"
48796
48796
  },
48797
48797
  "destination": {
48798
48798
  "type": "string",
48799
48799
  "title": "Destination",
48800
48800
  "@l10n": false,
48801
48801
  "minLength": 1,
48802
- "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
48802
+ "@mapping": "shapedb:TsStaticSite.Hk6TsIdXl"
48803
48803
  },
48804
48804
  "privateAcl": {
48805
48805
  "type": "boolean",
48806
48806
  "title": "Private ACL",
48807
48807
  "@l10n": false,
48808
- "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
48808
+ "@mapping": "shapedb:TsStaticSite.ByFe48wWU"
48809
48809
  },
48810
48810
  "environmentVariables": {
48811
48811
  "type": "array",
@@ -48814,7 +48814,7 @@
48814
48814
  "items": {
48815
48815
  "@ref": "local:TsStaticSiteEnvironmentVariablesInput"
48816
48816
  },
48817
- "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
48817
+ "@mapping": "shapedb:TsStaticSite.9fj4UiNxY"
48818
48818
  },
48819
48819
  "triggers": {
48820
48820
  "type": "array",
@@ -48828,7 +48828,7 @@
48828
48828
  "type": "string",
48829
48829
  "title": "Template Hash",
48830
48830
  "@l10n": false,
48831
- "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
48831
+ "@mapping": "shapedb:TsStaticSite.S1QA3GYI8"
48832
48832
  },
48833
48833
  "_shapeId": {
48834
48834
  "type": "string",
@@ -48857,7 +48857,7 @@
48857
48857
  "@ref": "local:TSUser",
48858
48858
  "@resolver": {
48859
48859
  "name": "takeshape:getUser",
48860
- "service": "takeshape:local"
48860
+ "service": "takeshape"
48861
48861
  }
48862
48862
  }
48863
48863
  },
@@ -48873,7 +48873,7 @@
48873
48873
  "@ref": "local:TSUser",
48874
48874
  "@resolver": {
48875
48875
  "name": "takeshape:getUser",
48876
- "service": "takeshape:local"
48876
+ "service": "takeshape"
48877
48877
  }
48878
48878
  }
48879
48879
  },
@@ -49336,7 +49336,7 @@
49336
49336
  }
49337
49337
  }
49338
49338
  },
49339
- "schemaVersion": "3.30.0",
49339
+ "schemaVersion": "3.31.0",
49340
49340
  "apiVersion": "2",
49341
49341
  "services": {
49342
49342
  "shopify": {
@@ -49355,4 +49355,4 @@
49355
49355
  }
49356
49356
  },
49357
49357
  "projectId": "d3e36755-d416-4e10-a71b-9be4c3c3bed1"
49358
- }
49358
+ }