@takeshape/schema 9.40.1 → 9.41.2
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/dist/builtin-schema.js +10 -10
- package/dist/schema-util.js +1 -1
- package/dist/template-shapes/templates.d.ts +1 -1
- package/dist/template-shapes/templates.d.ts.map +1 -1
- package/dist/template-shapes/templates.js +16 -8
- package/dist/template-shapes/where.js +2 -2
- package/es/builtin-schema.js +10 -10
- package/es/schema-util.js +1 -1
- package/es/template-shapes/templates.js +15 -7
- package/es/template-shapes/where.js +3 -3
- package/examples/latest/betzino.json +51 -51
- package/examples/latest/real-world-schema.json +0 -240
- package/examples/latest/rick-and-morty-ast.json +51 -51
- package/examples/latest/rick-and-morty-graphql.json +51 -51
- package/examples/latest/shopify-product-2022-07.json +201 -201
- package/examples/latest/shopify-product-2023-04.json +201 -201
- package/examples/latest/shopify-store-with-widget.json +51 -51
- package/examples/latest/stripe-product-runtime-schema.json +201 -201
- package/examples/latest/stripe-starter-resolved.json +51 -51
- package/examples/source/betzino.json +52 -52
- package/examples/source/real-world-schema.json +4 -172
- package/examples/source/rick-and-morty-ast.json +302 -117
- package/examples/source/rick-and-morty-graphql.json +213 -92
- package/examples/source/shopify-product-2022-07.json +202 -202
- package/examples/source/shopify-product-2023-04.json +202 -202
- package/examples/source/shopify-store-with-widget.json +485 -135
- package/examples/source/stripe-product-runtime-schema.json +202 -202
- package/examples/source/stripe-starter-resolved.json +52 -52
- package/package.json +5 -5
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"description": "Returns a list Asset in natural order.",
|
|
32
32
|
"args": "AssetTSListArgs"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
35
|
-
"shape": "
|
|
34
|
+
"getTSStaticSite": {
|
|
35
|
+
"shape": "TSStaticSite",
|
|
36
36
|
"resolver": {
|
|
37
37
|
"name": "takeshape:get",
|
|
38
38
|
"service": "takeshape:local",
|
|
39
|
-
"shapeName": "
|
|
39
|
+
"shapeName": "TSStaticSite"
|
|
40
40
|
},
|
|
41
|
-
"description": "Get a
|
|
42
|
-
"args": "
|
|
41
|
+
"description": "Get a TSStaticSite by ID",
|
|
42
|
+
"args": "TSStaticSiteTSGetArgs"
|
|
43
43
|
},
|
|
44
|
-
"
|
|
45
|
-
"shape": "
|
|
44
|
+
"getTSStaticSiteList": {
|
|
45
|
+
"shape": "TSStaticSitePaginatedList",
|
|
46
46
|
"resolver": {
|
|
47
47
|
"name": "takeshape:list",
|
|
48
48
|
"service": "takeshape:local",
|
|
49
|
-
"shapeName": "
|
|
49
|
+
"shapeName": "TSStaticSite"
|
|
50
50
|
},
|
|
51
|
-
"description": "Returns a list
|
|
52
|
-
"args": "
|
|
51
|
+
"description": "Returns a list TSStaticSite in natural order.",
|
|
52
|
+
"args": "TSStaticSiteTSListArgs"
|
|
53
53
|
},
|
|
54
54
|
"Shopify_products": {
|
|
55
55
|
"resolver": {
|
|
@@ -129,14 +129,14 @@
|
|
|
129
129
|
},
|
|
130
130
|
"args": "AssetTSSearchArgs"
|
|
131
131
|
},
|
|
132
|
-
"
|
|
133
|
-
"shape": "
|
|
132
|
+
"searchTSStaticSiteIndex": {
|
|
133
|
+
"shape": "TSStaticSiteSearchResults",
|
|
134
134
|
"resolver": {
|
|
135
135
|
"name": "takeshape:search",
|
|
136
136
|
"service": "takeshape:local",
|
|
137
|
-
"shapeName": "
|
|
137
|
+
"shapeName": "TSStaticSite"
|
|
138
138
|
},
|
|
139
|
-
"args": "
|
|
139
|
+
"args": "TSStaticSiteTSSearchArgs"
|
|
140
140
|
},
|
|
141
141
|
"search": {
|
|
142
142
|
"shape": "TSSearchableSearchResults",
|
|
@@ -188,45 +188,45 @@
|
|
|
188
188
|
"description": "Delete Asset",
|
|
189
189
|
"args": "AssetDeleteArgs"
|
|
190
190
|
},
|
|
191
|
-
"
|
|
192
|
-
"shape": "
|
|
191
|
+
"updateTSStaticSite": {
|
|
192
|
+
"shape": "UpdateTSStaticSiteResult",
|
|
193
193
|
"resolver": {
|
|
194
194
|
"name": "takeshape:update",
|
|
195
195
|
"service": "takeshape:local",
|
|
196
|
-
"shapeName": "
|
|
196
|
+
"shapeName": "TSStaticSite"
|
|
197
197
|
},
|
|
198
|
-
"description": "Update
|
|
199
|
-
"args": "
|
|
198
|
+
"description": "Update TSStaticSite",
|
|
199
|
+
"args": "TSStaticSiteUpdateArgs"
|
|
200
200
|
},
|
|
201
|
-
"
|
|
202
|
-
"shape": "
|
|
201
|
+
"createTSStaticSite": {
|
|
202
|
+
"shape": "CreateTSStaticSiteResult",
|
|
203
203
|
"resolver": {
|
|
204
204
|
"name": "takeshape:create",
|
|
205
205
|
"service": "takeshape:local",
|
|
206
|
-
"shapeName": "
|
|
206
|
+
"shapeName": "TSStaticSite"
|
|
207
207
|
},
|
|
208
|
-
"description": "Create
|
|
209
|
-
"args": "
|
|
208
|
+
"description": "Create TSStaticSite",
|
|
209
|
+
"args": "TSStaticSiteCreateArgs"
|
|
210
210
|
},
|
|
211
|
-
"
|
|
212
|
-
"shape": "
|
|
211
|
+
"duplicateTSStaticSite": {
|
|
212
|
+
"shape": "DuplicateTSStaticSiteResult",
|
|
213
213
|
"resolver": {
|
|
214
214
|
"name": "takeshape:duplicate",
|
|
215
215
|
"service": "takeshape:local",
|
|
216
|
-
"shapeName": "
|
|
216
|
+
"shapeName": "TSStaticSite"
|
|
217
217
|
},
|
|
218
|
-
"description": "Duplicate
|
|
219
|
-
"args": "
|
|
218
|
+
"description": "Duplicate TSStaticSite",
|
|
219
|
+
"args": "TSStaticSiteDuplicateArgs"
|
|
220
220
|
},
|
|
221
|
-
"
|
|
222
|
-
"shape": "
|
|
221
|
+
"deleteTSStaticSite": {
|
|
222
|
+
"shape": "DeleteTSStaticSiteResult",
|
|
223
223
|
"resolver": {
|
|
224
224
|
"name": "takeshape:delete",
|
|
225
225
|
"service": "takeshape:local",
|
|
226
|
-
"shapeName": "
|
|
226
|
+
"shapeName": "TSStaticSite"
|
|
227
227
|
},
|
|
228
|
-
"description": "Delete
|
|
229
|
-
"args": "
|
|
228
|
+
"description": "Delete TSStaticSite",
|
|
229
|
+
"args": "TSStaticSiteDeleteArgs"
|
|
230
230
|
}
|
|
231
231
|
},
|
|
232
232
|
"shapes": {
|
|
@@ -414,9 +414,9 @@
|
|
|
414
414
|
]
|
|
415
415
|
}
|
|
416
416
|
},
|
|
417
|
-
"
|
|
417
|
+
"TSStaticSite": {
|
|
418
418
|
"id": "SITE",
|
|
419
|
-
"name": "
|
|
419
|
+
"name": "TSStaticSite",
|
|
420
420
|
"title": "Static Site",
|
|
421
421
|
"model": {
|
|
422
422
|
"type": "multiple"
|
|
@@ -429,14 +429,14 @@
|
|
|
429
429
|
"title": "Title",
|
|
430
430
|
"@l10n": false,
|
|
431
431
|
"minLength": 1,
|
|
432
|
-
"@mapping": "takeshape:local:
|
|
432
|
+
"@mapping": "takeshape:local:TSStaticSite.Ski9jLuXg"
|
|
433
433
|
},
|
|
434
434
|
"baseUrl": {
|
|
435
435
|
"type": "string",
|
|
436
436
|
"title": "Base URL",
|
|
437
437
|
"@l10n": false,
|
|
438
438
|
"minLength": 1,
|
|
439
|
-
"@mapping": "takeshape:local:
|
|
439
|
+
"@mapping": "takeshape:local:TSStaticSite.Bk3tNmrfE"
|
|
440
440
|
},
|
|
441
441
|
"provider": {
|
|
442
442
|
"type": "string",
|
|
@@ -481,14 +481,14 @@
|
|
|
481
481
|
"title": "Vercel"
|
|
482
482
|
}
|
|
483
483
|
],
|
|
484
|
-
"@mapping": "takeshape:local:
|
|
484
|
+
"@mapping": "takeshape:local:TSStaticSite.SkwbT2hqe"
|
|
485
485
|
},
|
|
486
486
|
"idKey": {
|
|
487
487
|
"type": "string",
|
|
488
488
|
"title": "Id Key",
|
|
489
489
|
"@l10n": false,
|
|
490
490
|
"minLength": 1,
|
|
491
|
-
"@mapping": "takeshape:local:
|
|
491
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
492
492
|
},
|
|
493
493
|
"secretKey": {
|
|
494
494
|
"type": "string",
|
|
@@ -496,43 +496,43 @@
|
|
|
496
496
|
"@l10n": false,
|
|
497
497
|
"@sensitive": true,
|
|
498
498
|
"minLength": 1,
|
|
499
|
-
"@mapping": "takeshape:local:
|
|
499
|
+
"@mapping": "takeshape:local:TSStaticSite.BkIajLdXl"
|
|
500
500
|
},
|
|
501
501
|
"destination": {
|
|
502
502
|
"type": "string",
|
|
503
503
|
"title": "Destination",
|
|
504
504
|
"@l10n": false,
|
|
505
505
|
"minLength": 1,
|
|
506
|
-
"@mapping": "takeshape:local:
|
|
506
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
507
507
|
},
|
|
508
508
|
"privateAcl": {
|
|
509
509
|
"type": "boolean",
|
|
510
510
|
"title": "Private ACL",
|
|
511
511
|
"@l10n": false,
|
|
512
|
-
"@mapping": "takeshape:local:
|
|
512
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
513
513
|
},
|
|
514
514
|
"environmentVariables": {
|
|
515
515
|
"type": "array",
|
|
516
516
|
"title": "Environment Variables",
|
|
517
517
|
"@l10n": false,
|
|
518
518
|
"items": {
|
|
519
|
-
"$ref": "#/shapes/
|
|
519
|
+
"$ref": "#/shapes/TSStaticSiteEnvironmentVariables/schema"
|
|
520
520
|
},
|
|
521
|
-
"@mapping": "takeshape:local:
|
|
521
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
522
522
|
},
|
|
523
523
|
"triggers": {
|
|
524
524
|
"type": "array",
|
|
525
525
|
"title": "Publish Triggers",
|
|
526
526
|
"@l10n": false,
|
|
527
527
|
"items": {
|
|
528
|
-
"$ref": "#/shapes/
|
|
528
|
+
"$ref": "#/shapes/TSStaticSiteTriggers/schema"
|
|
529
529
|
}
|
|
530
530
|
},
|
|
531
531
|
"templateHash": {
|
|
532
532
|
"type": "string",
|
|
533
533
|
"title": "Template Hash",
|
|
534
534
|
"@l10n": false,
|
|
535
|
-
"@mapping": "takeshape:local:
|
|
535
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
536
536
|
},
|
|
537
537
|
"_shapeId": {
|
|
538
538
|
"type": "string",
|
|
@@ -619,9 +619,9 @@
|
|
|
619
619
|
]
|
|
620
620
|
}
|
|
621
621
|
},
|
|
622
|
-
"
|
|
622
|
+
"TSStaticSiteEnvironmentVariables": {
|
|
623
623
|
"id": "9fj4UiNxY",
|
|
624
|
-
"name": "
|
|
624
|
+
"name": "TSStaticSiteEnvironmentVariables",
|
|
625
625
|
"title": "Static Site EnvironmentVariables",
|
|
626
626
|
"schema": {
|
|
627
627
|
"type": "object",
|
|
@@ -629,19 +629,19 @@
|
|
|
629
629
|
"name": {
|
|
630
630
|
"type": "string",
|
|
631
631
|
"title": "Name",
|
|
632
|
-
"@mapping": "takeshape:local:
|
|
632
|
+
"@mapping": "takeshape:local:TSStaticSite.J8sbHgfdI"
|
|
633
633
|
},
|
|
634
634
|
"value": {
|
|
635
635
|
"type": "string",
|
|
636
636
|
"title": "Value",
|
|
637
|
-
"@mapping": "takeshape:local:
|
|
637
|
+
"@mapping": "takeshape:local:TSStaticSite.ndhh88DvG"
|
|
638
638
|
}
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
641
|
},
|
|
642
|
-
"
|
|
643
|
-
"id": "
|
|
644
|
-
"name": "
|
|
642
|
+
"TSStaticSiteTriggers": {
|
|
643
|
+
"id": "TSStaticSiteTriggers",
|
|
644
|
+
"name": "TSStaticSiteTriggers",
|
|
645
645
|
"title": "Static Site Triggers",
|
|
646
646
|
"schema": {
|
|
647
647
|
"type": "object",
|
|
@@ -32255,10 +32255,10 @@
|
|
|
32255
32255
|
]
|
|
32256
32256
|
}
|
|
32257
32257
|
},
|
|
32258
|
-
"
|
|
32259
|
-
"name": "
|
|
32260
|
-
"id": "
|
|
32261
|
-
"title": "
|
|
32258
|
+
"TSStaticSiteTSGetArgs": {
|
|
32259
|
+
"name": "TSStaticSiteTSGetArgs",
|
|
32260
|
+
"id": "TSStaticSiteTSGetArgs",
|
|
32261
|
+
"title": "TSStaticSiteTSGetArgs",
|
|
32262
32262
|
"schema": {
|
|
32263
32263
|
"type": "object",
|
|
32264
32264
|
"properties": {
|
|
@@ -32278,10 +32278,10 @@
|
|
|
32278
32278
|
]
|
|
32279
32279
|
}
|
|
32280
32280
|
},
|
|
32281
|
-
"
|
|
32282
|
-
"name": "
|
|
32283
|
-
"id": "
|
|
32284
|
-
"title": "
|
|
32281
|
+
"TSWhereTSStaticSiteInput": {
|
|
32282
|
+
"name": "TSWhereTSStaticSiteInput",
|
|
32283
|
+
"id": "TSWhereTSStaticSiteInput",
|
|
32284
|
+
"title": "TSWhereTSStaticSiteInput",
|
|
32285
32285
|
"schema": {
|
|
32286
32286
|
"type": "object",
|
|
32287
32287
|
"properties": {
|
|
@@ -32304,10 +32304,10 @@
|
|
|
32304
32304
|
"@ref": "local:TSWhereBoolean"
|
|
32305
32305
|
},
|
|
32306
32306
|
"environmentVariables": {
|
|
32307
|
-
"@ref": "local:
|
|
32307
|
+
"@ref": "local:TSWhereTSStaticSiteEnvironmentVariables"
|
|
32308
32308
|
},
|
|
32309
32309
|
"triggers": {
|
|
32310
|
-
"@ref": "local:
|
|
32310
|
+
"@ref": "local:TSWhereTSStaticSiteTriggers"
|
|
32311
32311
|
},
|
|
32312
32312
|
"templateHash": {
|
|
32313
32313
|
"@ref": "local:TSWhereString"
|
|
@@ -32345,17 +32345,17 @@
|
|
|
32345
32345
|
"AND": {
|
|
32346
32346
|
"type": "array",
|
|
32347
32347
|
"items": {
|
|
32348
|
-
"@ref": "local:
|
|
32348
|
+
"@ref": "local:TSWhereTSStaticSiteInput"
|
|
32349
32349
|
}
|
|
32350
32350
|
},
|
|
32351
32351
|
"OR": {
|
|
32352
32352
|
"type": "array",
|
|
32353
32353
|
"items": {
|
|
32354
|
-
"@ref": "local:
|
|
32354
|
+
"@ref": "local:TSWhereTSStaticSiteInput"
|
|
32355
32355
|
}
|
|
32356
32356
|
},
|
|
32357
32357
|
"NOT": {
|
|
32358
|
-
"@ref": "local:
|
|
32358
|
+
"@ref": "local:TSWhereTSStaticSiteInput"
|
|
32359
32359
|
}
|
|
32360
32360
|
}
|
|
32361
32361
|
}
|
|
@@ -32374,10 +32374,10 @@
|
|
|
32374
32374
|
}
|
|
32375
32375
|
}
|
|
32376
32376
|
},
|
|
32377
|
-
"
|
|
32378
|
-
"name": "
|
|
32379
|
-
"id": "
|
|
32380
|
-
"title": "
|
|
32377
|
+
"TSWhereTSStaticSiteEnvironmentVariables": {
|
|
32378
|
+
"name": "TSWhereTSStaticSiteEnvironmentVariables",
|
|
32379
|
+
"id": "TSWhereTSStaticSiteEnvironmentVariables",
|
|
32380
|
+
"title": "TSWhereTSStaticSiteEnvironmentVariables",
|
|
32381
32381
|
"schema": {
|
|
32382
32382
|
"type": "object",
|
|
32383
32383
|
"properties": {
|
|
@@ -32390,10 +32390,10 @@
|
|
|
32390
32390
|
}
|
|
32391
32391
|
}
|
|
32392
32392
|
},
|
|
32393
|
-
"
|
|
32394
|
-
"name": "
|
|
32395
|
-
"id": "
|
|
32396
|
-
"title": "
|
|
32393
|
+
"TSWhereTSStaticSiteTriggers": {
|
|
32394
|
+
"name": "TSWhereTSStaticSiteTriggers",
|
|
32395
|
+
"id": "TSWhereTSStaticSiteTriggers",
|
|
32396
|
+
"title": "TSWhereTSStaticSiteTriggers",
|
|
32397
32397
|
"schema": {
|
|
32398
32398
|
"type": "object",
|
|
32399
32399
|
"properties": {
|
|
@@ -32406,10 +32406,10 @@
|
|
|
32406
32406
|
}
|
|
32407
32407
|
}
|
|
32408
32408
|
},
|
|
32409
|
-
"
|
|
32410
|
-
"name": "
|
|
32411
|
-
"id": "
|
|
32412
|
-
"title": "
|
|
32409
|
+
"TSStaticSiteTSListArgs": {
|
|
32410
|
+
"name": "TSStaticSiteTSListArgs",
|
|
32411
|
+
"id": "TSStaticSiteTSListArgs",
|
|
32412
|
+
"title": "TSStaticSiteTSListArgs",
|
|
32413
32413
|
"schema": {
|
|
32414
32414
|
"type": "object",
|
|
32415
32415
|
"properties": {
|
|
@@ -32448,23 +32448,23 @@
|
|
|
32448
32448
|
"description": "Filter out content that is not enabled. Defaults to true."
|
|
32449
32449
|
},
|
|
32450
32450
|
"where": {
|
|
32451
|
-
"@ref": "local:
|
|
32451
|
+
"@ref": "local:TSWhereTSStaticSiteInput",
|
|
32452
32452
|
"description": "The where clause uses the boolean AND, OR, and NOT parameters to construct complex filters based on the values of your fields. It applies an implicit AND to all the top-level keys. To avoid this, use a single OR or NOT key as the only top-level key."
|
|
32453
32453
|
}
|
|
32454
32454
|
}
|
|
32455
32455
|
}
|
|
32456
32456
|
},
|
|
32457
|
-
"
|
|
32458
|
-
"name": "
|
|
32459
|
-
"id": "
|
|
32460
|
-
"title": "
|
|
32457
|
+
"TSStaticSitePaginatedList": {
|
|
32458
|
+
"name": "TSStaticSitePaginatedList",
|
|
32459
|
+
"id": "TSStaticSitePaginatedList",
|
|
32460
|
+
"title": "TSStaticSitePaginatedList",
|
|
32461
32461
|
"schema": {
|
|
32462
32462
|
"type": "object",
|
|
32463
32463
|
"properties": {
|
|
32464
32464
|
"items": {
|
|
32465
32465
|
"type": "array",
|
|
32466
32466
|
"items": {
|
|
32467
|
-
"@ref": "local:
|
|
32467
|
+
"@ref": "local:TSStaticSite"
|
|
32468
32468
|
}
|
|
32469
32469
|
},
|
|
32470
32470
|
"total": {
|
|
@@ -32544,10 +32544,10 @@
|
|
|
32544
32544
|
},
|
|
32545
32545
|
"description": "Asset search results"
|
|
32546
32546
|
},
|
|
32547
|
-
"
|
|
32548
|
-
"name": "
|
|
32549
|
-
"id": "
|
|
32550
|
-
"title": "
|
|
32547
|
+
"TSStaticSiteTSSearchArgs": {
|
|
32548
|
+
"name": "TSStaticSiteTSSearchArgs",
|
|
32549
|
+
"id": "TSStaticSiteTSSearchArgs",
|
|
32550
|
+
"title": "TSStaticSiteTSSearchArgs",
|
|
32551
32551
|
"schema": {
|
|
32552
32552
|
"type": "object",
|
|
32553
32553
|
"properties": {
|
|
@@ -32581,23 +32581,23 @@
|
|
|
32581
32581
|
"default": true
|
|
32582
32582
|
},
|
|
32583
32583
|
"where": {
|
|
32584
|
-
"@ref": "local:
|
|
32584
|
+
"@ref": "local:TSWhereTSStaticSiteInput",
|
|
32585
32585
|
"description": "The where clause uses the boolean AND, OR, and NOT parameters to construct complex filters based on the values of your fields. It applies an implicit AND to all the top-level keys. To avoid this, use a single OR or NOT key as the only top-level key."
|
|
32586
32586
|
}
|
|
32587
32587
|
}
|
|
32588
32588
|
}
|
|
32589
32589
|
},
|
|
32590
|
-
"
|
|
32591
|
-
"name": "
|
|
32592
|
-
"id": "
|
|
32593
|
-
"title": "
|
|
32590
|
+
"TSStaticSiteSearchResults": {
|
|
32591
|
+
"name": "TSStaticSiteSearchResults",
|
|
32592
|
+
"id": "TSStaticSiteSearchResults",
|
|
32593
|
+
"title": "TSStaticSiteSearchResults",
|
|
32594
32594
|
"schema": {
|
|
32595
32595
|
"type": "object",
|
|
32596
32596
|
"properties": {
|
|
32597
32597
|
"results": {
|
|
32598
32598
|
"type": "array",
|
|
32599
32599
|
"items": {
|
|
32600
|
-
"@ref": "local:
|
|
32600
|
+
"@ref": "local:TSStaticSite"
|
|
32601
32601
|
}
|
|
32602
32602
|
},
|
|
32603
32603
|
"total": {
|
|
@@ -32609,7 +32609,7 @@
|
|
|
32609
32609
|
"total"
|
|
32610
32610
|
]
|
|
32611
32611
|
},
|
|
32612
|
-
"description": "
|
|
32612
|
+
"description": "TSStaticSite search results"
|
|
32613
32613
|
},
|
|
32614
32614
|
"TSWhereInput": {
|
|
32615
32615
|
"name": "TSWhereInput",
|
|
@@ -32694,10 +32694,10 @@
|
|
|
32694
32694
|
"@ref": "local:TSWhereBoolean"
|
|
32695
32695
|
},
|
|
32696
32696
|
"environmentVariables": {
|
|
32697
|
-
"@ref": "local:
|
|
32697
|
+
"@ref": "local:TSWhereTSStaticSiteEnvironmentVariables"
|
|
32698
32698
|
},
|
|
32699
32699
|
"triggers": {
|
|
32700
|
-
"@ref": "local:
|
|
32700
|
+
"@ref": "local:TSWhereTSStaticSiteTriggers"
|
|
32701
32701
|
},
|
|
32702
32702
|
"templateHash": {
|
|
32703
32703
|
"@ref": "local:TSWhereString"
|
|
@@ -37836,10 +37836,10 @@
|
|
|
37836
37836
|
}
|
|
37837
37837
|
}
|
|
37838
37838
|
},
|
|
37839
|
-
"
|
|
37840
|
-
"name": "
|
|
37841
|
-
"id": "
|
|
37842
|
-
"title": "
|
|
37839
|
+
"UpdateTSStaticSiteInput": {
|
|
37840
|
+
"name": "UpdateTSStaticSiteInput",
|
|
37841
|
+
"id": "UpdateTSStaticSiteInput",
|
|
37842
|
+
"title": "UpdateTSStaticSiteInput",
|
|
37843
37843
|
"schema": {
|
|
37844
37844
|
"type": "object",
|
|
37845
37845
|
"properties": {
|
|
@@ -37852,14 +37852,14 @@
|
|
|
37852
37852
|
"title": "Title",
|
|
37853
37853
|
"@l10n": false,
|
|
37854
37854
|
"minLength": 1,
|
|
37855
|
-
"@mapping": "takeshape:local:
|
|
37855
|
+
"@mapping": "takeshape:local:TSStaticSite.Ski9jLuXg"
|
|
37856
37856
|
},
|
|
37857
37857
|
"baseUrl": {
|
|
37858
37858
|
"type": "string",
|
|
37859
37859
|
"title": "Base URL",
|
|
37860
37860
|
"@l10n": false,
|
|
37861
37861
|
"minLength": 1,
|
|
37862
|
-
"@mapping": "takeshape:local:
|
|
37862
|
+
"@mapping": "takeshape:local:TSStaticSite.Bk3tNmrfE"
|
|
37863
37863
|
},
|
|
37864
37864
|
"provider": {
|
|
37865
37865
|
"type": "string",
|
|
@@ -37903,14 +37903,14 @@
|
|
|
37903
37903
|
"title": "Vercel"
|
|
37904
37904
|
}
|
|
37905
37905
|
],
|
|
37906
|
-
"@mapping": "takeshape:local:
|
|
37906
|
+
"@mapping": "takeshape:local:TSStaticSite.SkwbT2hqe"
|
|
37907
37907
|
},
|
|
37908
37908
|
"idKey": {
|
|
37909
37909
|
"type": "string",
|
|
37910
37910
|
"title": "Id Key",
|
|
37911
37911
|
"@l10n": false,
|
|
37912
37912
|
"minLength": 1,
|
|
37913
|
-
"@mapping": "takeshape:local:
|
|
37913
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
37914
37914
|
},
|
|
37915
37915
|
"secretKey": {
|
|
37916
37916
|
"type": "string",
|
|
@@ -37918,43 +37918,43 @@
|
|
|
37918
37918
|
"@l10n": false,
|
|
37919
37919
|
"@sensitive": true,
|
|
37920
37920
|
"minLength": 1,
|
|
37921
|
-
"@mapping": "takeshape:local:
|
|
37921
|
+
"@mapping": "takeshape:local:TSStaticSite.BkIajLdXl"
|
|
37922
37922
|
},
|
|
37923
37923
|
"destination": {
|
|
37924
37924
|
"type": "string",
|
|
37925
37925
|
"title": "Destination",
|
|
37926
37926
|
"@l10n": false,
|
|
37927
37927
|
"minLength": 1,
|
|
37928
|
-
"@mapping": "takeshape:local:
|
|
37928
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
37929
37929
|
},
|
|
37930
37930
|
"privateAcl": {
|
|
37931
37931
|
"type": "boolean",
|
|
37932
37932
|
"title": "Private ACL",
|
|
37933
37933
|
"@l10n": false,
|
|
37934
|
-
"@mapping": "takeshape:local:
|
|
37934
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
37935
37935
|
},
|
|
37936
37936
|
"environmentVariables": {
|
|
37937
37937
|
"type": "array",
|
|
37938
37938
|
"title": "Environment Variables",
|
|
37939
37939
|
"@l10n": false,
|
|
37940
37940
|
"items": {
|
|
37941
|
-
"@ref": "local:
|
|
37941
|
+
"@ref": "local:TSStaticSiteEnvironmentVariablesInput"
|
|
37942
37942
|
},
|
|
37943
|
-
"@mapping": "takeshape:local:
|
|
37943
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
37944
37944
|
},
|
|
37945
37945
|
"triggers": {
|
|
37946
37946
|
"type": "array",
|
|
37947
37947
|
"title": "Publish Triggers",
|
|
37948
37948
|
"@l10n": false,
|
|
37949
37949
|
"items": {
|
|
37950
|
-
"@ref": "local:
|
|
37950
|
+
"@ref": "local:TSStaticSiteTriggersInput"
|
|
37951
37951
|
}
|
|
37952
37952
|
},
|
|
37953
37953
|
"templateHash": {
|
|
37954
37954
|
"type": "string",
|
|
37955
37955
|
"title": "Template Hash",
|
|
37956
37956
|
"@l10n": false,
|
|
37957
|
-
"@mapping": "takeshape:local:
|
|
37957
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
37958
37958
|
},
|
|
37959
37959
|
"_shapeId": {
|
|
37960
37960
|
"type": "string",
|
|
@@ -38034,17 +38034,17 @@
|
|
|
38034
38034
|
"_id"
|
|
38035
38035
|
]
|
|
38036
38036
|
},
|
|
38037
|
-
"description": "update
|
|
38037
|
+
"description": "update TSStaticSite input"
|
|
38038
38038
|
},
|
|
38039
|
-
"
|
|
38040
|
-
"name": "
|
|
38041
|
-
"id": "
|
|
38042
|
-
"title": "
|
|
38039
|
+
"TSStaticSiteUpdateArgs": {
|
|
38040
|
+
"name": "TSStaticSiteUpdateArgs",
|
|
38041
|
+
"id": "TSStaticSiteUpdateArgs",
|
|
38042
|
+
"title": "TSStaticSiteUpdateArgs",
|
|
38043
38043
|
"schema": {
|
|
38044
38044
|
"type": "object",
|
|
38045
38045
|
"properties": {
|
|
38046
38046
|
"input": {
|
|
38047
|
-
"@ref": "local:
|
|
38047
|
+
"@ref": "local:UpdateTSStaticSiteInput"
|
|
38048
38048
|
},
|
|
38049
38049
|
"clientMutationId": {
|
|
38050
38050
|
"type": "string"
|
|
@@ -38068,30 +38068,30 @@
|
|
|
38068
38068
|
]
|
|
38069
38069
|
}
|
|
38070
38070
|
},
|
|
38071
|
-
"
|
|
38072
|
-
"name": "
|
|
38073
|
-
"id": "
|
|
38074
|
-
"title": "
|
|
38071
|
+
"TSStaticSiteEnvironmentVariablesInput": {
|
|
38072
|
+
"name": "TSStaticSiteEnvironmentVariablesInput",
|
|
38073
|
+
"id": "TSStaticSiteEnvironmentVariablesInput",
|
|
38074
|
+
"title": "TSStaticSiteEnvironmentVariablesInput",
|
|
38075
38075
|
"schema": {
|
|
38076
38076
|
"type": "object",
|
|
38077
38077
|
"properties": {
|
|
38078
38078
|
"name": {
|
|
38079
38079
|
"type": "string",
|
|
38080
38080
|
"title": "Name",
|
|
38081
|
-
"@mapping": "takeshape:local:
|
|
38081
|
+
"@mapping": "takeshape:local:TSStaticSite.J8sbHgfdI"
|
|
38082
38082
|
},
|
|
38083
38083
|
"value": {
|
|
38084
38084
|
"type": "string",
|
|
38085
38085
|
"title": "Value",
|
|
38086
|
-
"@mapping": "takeshape:local:
|
|
38086
|
+
"@mapping": "takeshape:local:TSStaticSite.ndhh88DvG"
|
|
38087
38087
|
}
|
|
38088
38088
|
}
|
|
38089
38089
|
}
|
|
38090
38090
|
},
|
|
38091
|
-
"
|
|
38092
|
-
"name": "
|
|
38093
|
-
"id": "
|
|
38094
|
-
"title": "
|
|
38091
|
+
"TSStaticSiteTriggersInput": {
|
|
38092
|
+
"name": "TSStaticSiteTriggersInput",
|
|
38093
|
+
"id": "TSStaticSiteTriggersInput",
|
|
38094
|
+
"title": "TSStaticSiteTriggersInput",
|
|
38095
38095
|
"schema": {
|
|
38096
38096
|
"type": "object",
|
|
38097
38097
|
"properties": {
|
|
@@ -38106,10 +38106,10 @@
|
|
|
38106
38106
|
}
|
|
38107
38107
|
}
|
|
38108
38108
|
},
|
|
38109
|
-
"
|
|
38110
|
-
"name": "
|
|
38111
|
-
"id": "
|
|
38112
|
-
"title": "
|
|
38109
|
+
"UpdateTSStaticSiteResult": {
|
|
38110
|
+
"name": "UpdateTSStaticSiteResult",
|
|
38111
|
+
"id": "UpdateTSStaticSiteResult",
|
|
38112
|
+
"title": "UpdateTSStaticSiteResult",
|
|
38113
38113
|
"schema": {
|
|
38114
38114
|
"type": "object",
|
|
38115
38115
|
"properties": {
|
|
@@ -38117,15 +38117,15 @@
|
|
|
38117
38117
|
"type": "string"
|
|
38118
38118
|
},
|
|
38119
38119
|
"result": {
|
|
38120
|
-
"@ref": "local:
|
|
38120
|
+
"@ref": "local:TSStaticSite"
|
|
38121
38121
|
}
|
|
38122
38122
|
}
|
|
38123
38123
|
}
|
|
38124
38124
|
},
|
|
38125
|
-
"
|
|
38126
|
-
"name": "
|
|
38127
|
-
"id": "
|
|
38128
|
-
"title": "
|
|
38125
|
+
"CreateTSStaticSiteInput": {
|
|
38126
|
+
"name": "CreateTSStaticSiteInput",
|
|
38127
|
+
"id": "CreateTSStaticSiteInput",
|
|
38128
|
+
"title": "CreateTSStaticSiteInput",
|
|
38129
38129
|
"schema": {
|
|
38130
38130
|
"type": "object",
|
|
38131
38131
|
"properties": {
|
|
@@ -38134,14 +38134,14 @@
|
|
|
38134
38134
|
"title": "Title",
|
|
38135
38135
|
"@l10n": false,
|
|
38136
38136
|
"minLength": 1,
|
|
38137
|
-
"@mapping": "takeshape:local:
|
|
38137
|
+
"@mapping": "takeshape:local:TSStaticSite.Ski9jLuXg"
|
|
38138
38138
|
},
|
|
38139
38139
|
"baseUrl": {
|
|
38140
38140
|
"type": "string",
|
|
38141
38141
|
"title": "Base URL",
|
|
38142
38142
|
"@l10n": false,
|
|
38143
38143
|
"minLength": 1,
|
|
38144
|
-
"@mapping": "takeshape:local:
|
|
38144
|
+
"@mapping": "takeshape:local:TSStaticSite.Bk3tNmrfE"
|
|
38145
38145
|
},
|
|
38146
38146
|
"provider": {
|
|
38147
38147
|
"type": "string",
|
|
@@ -38186,14 +38186,14 @@
|
|
|
38186
38186
|
"title": "Vercel"
|
|
38187
38187
|
}
|
|
38188
38188
|
],
|
|
38189
|
-
"@mapping": "takeshape:local:
|
|
38189
|
+
"@mapping": "takeshape:local:TSStaticSite.SkwbT2hqe"
|
|
38190
38190
|
},
|
|
38191
38191
|
"idKey": {
|
|
38192
38192
|
"type": "string",
|
|
38193
38193
|
"title": "Id Key",
|
|
38194
38194
|
"@l10n": false,
|
|
38195
38195
|
"minLength": 1,
|
|
38196
|
-
"@mapping": "takeshape:local:
|
|
38196
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
38197
38197
|
},
|
|
38198
38198
|
"secretKey": {
|
|
38199
38199
|
"type": "string",
|
|
@@ -38201,43 +38201,43 @@
|
|
|
38201
38201
|
"@l10n": false,
|
|
38202
38202
|
"@sensitive": true,
|
|
38203
38203
|
"minLength": 1,
|
|
38204
|
-
"@mapping": "takeshape:local:
|
|
38204
|
+
"@mapping": "takeshape:local:TSStaticSite.BkIajLdXl"
|
|
38205
38205
|
},
|
|
38206
38206
|
"destination": {
|
|
38207
38207
|
"type": "string",
|
|
38208
38208
|
"title": "Destination",
|
|
38209
38209
|
"@l10n": false,
|
|
38210
38210
|
"minLength": 1,
|
|
38211
|
-
"@mapping": "takeshape:local:
|
|
38211
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
38212
38212
|
},
|
|
38213
38213
|
"privateAcl": {
|
|
38214
38214
|
"type": "boolean",
|
|
38215
38215
|
"title": "Private ACL",
|
|
38216
38216
|
"@l10n": false,
|
|
38217
|
-
"@mapping": "takeshape:local:
|
|
38217
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
38218
38218
|
},
|
|
38219
38219
|
"environmentVariables": {
|
|
38220
38220
|
"type": "array",
|
|
38221
38221
|
"title": "Environment Variables",
|
|
38222
38222
|
"@l10n": false,
|
|
38223
38223
|
"items": {
|
|
38224
|
-
"@ref": "local:
|
|
38224
|
+
"@ref": "local:TSStaticSiteEnvironmentVariablesInput"
|
|
38225
38225
|
},
|
|
38226
|
-
"@mapping": "takeshape:local:
|
|
38226
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
38227
38227
|
},
|
|
38228
38228
|
"triggers": {
|
|
38229
38229
|
"type": "array",
|
|
38230
38230
|
"title": "Publish Triggers",
|
|
38231
38231
|
"@l10n": false,
|
|
38232
38232
|
"items": {
|
|
38233
|
-
"@ref": "local:
|
|
38233
|
+
"@ref": "local:TSStaticSiteTriggersInput"
|
|
38234
38234
|
}
|
|
38235
38235
|
},
|
|
38236
38236
|
"templateHash": {
|
|
38237
38237
|
"type": "string",
|
|
38238
38238
|
"title": "Template Hash",
|
|
38239
38239
|
"@l10n": false,
|
|
38240
|
-
"@mapping": "takeshape:local:
|
|
38240
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
38241
38241
|
},
|
|
38242
38242
|
"_shapeId": {
|
|
38243
38243
|
"type": "string",
|
|
@@ -38323,17 +38323,17 @@
|
|
|
38323
38323
|
"destination"
|
|
38324
38324
|
]
|
|
38325
38325
|
},
|
|
38326
|
-
"description": "create
|
|
38326
|
+
"description": "create TSStaticSite input"
|
|
38327
38327
|
},
|
|
38328
|
-
"
|
|
38329
|
-
"name": "
|
|
38330
|
-
"id": "
|
|
38331
|
-
"title": "
|
|
38328
|
+
"TSStaticSiteCreateArgs": {
|
|
38329
|
+
"name": "TSStaticSiteCreateArgs",
|
|
38330
|
+
"id": "TSStaticSiteCreateArgs",
|
|
38331
|
+
"title": "TSStaticSiteCreateArgs",
|
|
38332
38332
|
"schema": {
|
|
38333
38333
|
"type": "object",
|
|
38334
38334
|
"properties": {
|
|
38335
38335
|
"input": {
|
|
38336
|
-
"@ref": "local:
|
|
38336
|
+
"@ref": "local:CreateTSStaticSiteInput"
|
|
38337
38337
|
},
|
|
38338
38338
|
"clientMutationId": {
|
|
38339
38339
|
"type": "string"
|
|
@@ -38344,10 +38344,10 @@
|
|
|
38344
38344
|
]
|
|
38345
38345
|
}
|
|
38346
38346
|
},
|
|
38347
|
-
"
|
|
38348
|
-
"name": "
|
|
38349
|
-
"id": "
|
|
38350
|
-
"title": "
|
|
38347
|
+
"CreateTSStaticSiteResult": {
|
|
38348
|
+
"name": "CreateTSStaticSiteResult",
|
|
38349
|
+
"id": "CreateTSStaticSiteResult",
|
|
38350
|
+
"title": "CreateTSStaticSiteResult",
|
|
38351
38351
|
"schema": {
|
|
38352
38352
|
"type": "object",
|
|
38353
38353
|
"properties": {
|
|
@@ -38355,15 +38355,15 @@
|
|
|
38355
38355
|
"type": "string"
|
|
38356
38356
|
},
|
|
38357
38357
|
"result": {
|
|
38358
|
-
"@ref": "local:
|
|
38358
|
+
"@ref": "local:TSStaticSite"
|
|
38359
38359
|
}
|
|
38360
38360
|
}
|
|
38361
38361
|
}
|
|
38362
38362
|
},
|
|
38363
|
-
"
|
|
38364
|
-
"name": "
|
|
38365
|
-
"id": "
|
|
38366
|
-
"title": "
|
|
38363
|
+
"DuplicateTSStaticSiteInput": {
|
|
38364
|
+
"name": "DuplicateTSStaticSiteInput",
|
|
38365
|
+
"id": "DuplicateTSStaticSiteInput",
|
|
38366
|
+
"title": "DuplicateTSStaticSiteInput",
|
|
38367
38367
|
"schema": {
|
|
38368
38368
|
"type": "object",
|
|
38369
38369
|
"properties": {
|
|
@@ -38376,14 +38376,14 @@
|
|
|
38376
38376
|
"title": "Title",
|
|
38377
38377
|
"@l10n": false,
|
|
38378
38378
|
"minLength": 1,
|
|
38379
|
-
"@mapping": "takeshape:local:
|
|
38379
|
+
"@mapping": "takeshape:local:TSStaticSite.Ski9jLuXg"
|
|
38380
38380
|
},
|
|
38381
38381
|
"baseUrl": {
|
|
38382
38382
|
"type": "string",
|
|
38383
38383
|
"title": "Base URL",
|
|
38384
38384
|
"@l10n": false,
|
|
38385
38385
|
"minLength": 1,
|
|
38386
|
-
"@mapping": "takeshape:local:
|
|
38386
|
+
"@mapping": "takeshape:local:TSStaticSite.Bk3tNmrfE"
|
|
38387
38387
|
},
|
|
38388
38388
|
"provider": {
|
|
38389
38389
|
"type": "string",
|
|
@@ -38427,14 +38427,14 @@
|
|
|
38427
38427
|
"title": "Vercel"
|
|
38428
38428
|
}
|
|
38429
38429
|
],
|
|
38430
|
-
"@mapping": "takeshape:local:
|
|
38430
|
+
"@mapping": "takeshape:local:TSStaticSite.SkwbT2hqe"
|
|
38431
38431
|
},
|
|
38432
38432
|
"idKey": {
|
|
38433
38433
|
"type": "string",
|
|
38434
38434
|
"title": "Id Key",
|
|
38435
38435
|
"@l10n": false,
|
|
38436
38436
|
"minLength": 1,
|
|
38437
|
-
"@mapping": "takeshape:local:
|
|
38437
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
38438
38438
|
},
|
|
38439
38439
|
"secretKey": {
|
|
38440
38440
|
"type": "string",
|
|
@@ -38442,43 +38442,43 @@
|
|
|
38442
38442
|
"@l10n": false,
|
|
38443
38443
|
"@sensitive": true,
|
|
38444
38444
|
"minLength": 1,
|
|
38445
|
-
"@mapping": "takeshape:local:
|
|
38445
|
+
"@mapping": "takeshape:local:TSStaticSite.BkIajLdXl"
|
|
38446
38446
|
},
|
|
38447
38447
|
"destination": {
|
|
38448
38448
|
"type": "string",
|
|
38449
38449
|
"title": "Destination",
|
|
38450
38450
|
"@l10n": false,
|
|
38451
38451
|
"minLength": 1,
|
|
38452
|
-
"@mapping": "takeshape:local:
|
|
38452
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
38453
38453
|
},
|
|
38454
38454
|
"privateAcl": {
|
|
38455
38455
|
"type": "boolean",
|
|
38456
38456
|
"title": "Private ACL",
|
|
38457
38457
|
"@l10n": false,
|
|
38458
|
-
"@mapping": "takeshape:local:
|
|
38458
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
38459
38459
|
},
|
|
38460
38460
|
"environmentVariables": {
|
|
38461
38461
|
"type": "array",
|
|
38462
38462
|
"title": "Environment Variables",
|
|
38463
38463
|
"@l10n": false,
|
|
38464
38464
|
"items": {
|
|
38465
|
-
"@ref": "local:
|
|
38465
|
+
"@ref": "local:TSStaticSiteEnvironmentVariablesInput"
|
|
38466
38466
|
},
|
|
38467
|
-
"@mapping": "takeshape:local:
|
|
38467
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
38468
38468
|
},
|
|
38469
38469
|
"triggers": {
|
|
38470
38470
|
"type": "array",
|
|
38471
38471
|
"title": "Publish Triggers",
|
|
38472
38472
|
"@l10n": false,
|
|
38473
38473
|
"items": {
|
|
38474
|
-
"@ref": "local:
|
|
38474
|
+
"@ref": "local:TSStaticSiteTriggersInput"
|
|
38475
38475
|
}
|
|
38476
38476
|
},
|
|
38477
38477
|
"templateHash": {
|
|
38478
38478
|
"type": "string",
|
|
38479
38479
|
"title": "Template Hash",
|
|
38480
38480
|
"@l10n": false,
|
|
38481
|
-
"@mapping": "takeshape:local:
|
|
38481
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
38482
38482
|
},
|
|
38483
38483
|
"_shapeId": {
|
|
38484
38484
|
"type": "string",
|
|
@@ -38558,17 +38558,17 @@
|
|
|
38558
38558
|
"_id"
|
|
38559
38559
|
]
|
|
38560
38560
|
},
|
|
38561
|
-
"description": "duplicate
|
|
38561
|
+
"description": "duplicate TSStaticSite input"
|
|
38562
38562
|
},
|
|
38563
|
-
"
|
|
38564
|
-
"name": "
|
|
38565
|
-
"id": "
|
|
38566
|
-
"title": "
|
|
38563
|
+
"TSStaticSiteDuplicateArgs": {
|
|
38564
|
+
"name": "TSStaticSiteDuplicateArgs",
|
|
38565
|
+
"id": "TSStaticSiteDuplicateArgs",
|
|
38566
|
+
"title": "TSStaticSiteDuplicateArgs",
|
|
38567
38567
|
"schema": {
|
|
38568
38568
|
"type": "object",
|
|
38569
38569
|
"properties": {
|
|
38570
38570
|
"input": {
|
|
38571
|
-
"@ref": "local:
|
|
38571
|
+
"@ref": "local:DuplicateTSStaticSiteInput"
|
|
38572
38572
|
},
|
|
38573
38573
|
"clientMutationId": {
|
|
38574
38574
|
"type": "string"
|
|
@@ -38586,10 +38586,10 @@
|
|
|
38586
38586
|
]
|
|
38587
38587
|
}
|
|
38588
38588
|
},
|
|
38589
|
-
"
|
|
38590
|
-
"name": "
|
|
38591
|
-
"id": "
|
|
38592
|
-
"title": "
|
|
38589
|
+
"DuplicateTSStaticSiteResult": {
|
|
38590
|
+
"name": "DuplicateTSStaticSiteResult",
|
|
38591
|
+
"id": "DuplicateTSStaticSiteResult",
|
|
38592
|
+
"title": "DuplicateTSStaticSiteResult",
|
|
38593
38593
|
"schema": {
|
|
38594
38594
|
"type": "object",
|
|
38595
38595
|
"properties": {
|
|
@@ -38597,15 +38597,15 @@
|
|
|
38597
38597
|
"type": "string"
|
|
38598
38598
|
},
|
|
38599
38599
|
"result": {
|
|
38600
|
-
"@ref": "local:
|
|
38600
|
+
"@ref": "local:TSStaticSite"
|
|
38601
38601
|
}
|
|
38602
38602
|
}
|
|
38603
38603
|
}
|
|
38604
38604
|
},
|
|
38605
|
-
"
|
|
38606
|
-
"name": "
|
|
38607
|
-
"id": "
|
|
38608
|
-
"title": "
|
|
38605
|
+
"DeleteTSStaticSiteInput": {
|
|
38606
|
+
"name": "DeleteTSStaticSiteInput",
|
|
38607
|
+
"id": "DeleteTSStaticSiteInput",
|
|
38608
|
+
"title": "DeleteTSStaticSiteInput",
|
|
38609
38609
|
"schema": {
|
|
38610
38610
|
"type": "object",
|
|
38611
38611
|
"properties": {
|
|
@@ -38617,17 +38617,17 @@
|
|
|
38617
38617
|
"_id"
|
|
38618
38618
|
]
|
|
38619
38619
|
},
|
|
38620
|
-
"description": "delete
|
|
38620
|
+
"description": "delete TSStaticSite input"
|
|
38621
38621
|
},
|
|
38622
|
-
"
|
|
38623
|
-
"name": "
|
|
38624
|
-
"id": "
|
|
38625
|
-
"title": "
|
|
38622
|
+
"TSStaticSiteDeleteArgs": {
|
|
38623
|
+
"name": "TSStaticSiteDeleteArgs",
|
|
38624
|
+
"id": "TSStaticSiteDeleteArgs",
|
|
38625
|
+
"title": "TSStaticSiteDeleteArgs",
|
|
38626
38626
|
"schema": {
|
|
38627
38627
|
"type": "object",
|
|
38628
38628
|
"properties": {
|
|
38629
38629
|
"input": {
|
|
38630
|
-
"@ref": "local:
|
|
38630
|
+
"@ref": "local:DeleteTSStaticSiteInput"
|
|
38631
38631
|
},
|
|
38632
38632
|
"clientMutationId": {
|
|
38633
38633
|
"type": "string"
|
|
@@ -38638,10 +38638,10 @@
|
|
|
38638
38638
|
]
|
|
38639
38639
|
}
|
|
38640
38640
|
},
|
|
38641
|
-
"
|
|
38642
|
-
"name": "
|
|
38643
|
-
"id": "
|
|
38644
|
-
"title": "
|
|
38641
|
+
"DeleteTSStaticSiteResult": {
|
|
38642
|
+
"name": "DeleteTSStaticSiteResult",
|
|
38643
|
+
"id": "DeleteTSStaticSiteResult",
|
|
38644
|
+
"title": "DeleteTSStaticSiteResult",
|
|
38645
38645
|
"schema": {
|
|
38646
38646
|
"type": "object",
|
|
38647
38647
|
"properties": {
|
|
@@ -38731,7 +38731,7 @@
|
|
|
38731
38731
|
}
|
|
38732
38732
|
}
|
|
38733
38733
|
},
|
|
38734
|
-
"
|
|
38734
|
+
"TSStaticSite": {
|
|
38735
38735
|
"default": {
|
|
38736
38736
|
"order": [
|
|
38737
38737
|
"title",
|
|
@@ -39001,4 +39001,4 @@
|
|
|
39001
39001
|
"authentication": "secret"
|
|
39002
39002
|
}
|
|
39003
39003
|
}
|
|
39004
|
-
}
|
|
39004
|
+
}
|