@takeshape/schema 9.40.2 → 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
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
"description": "Returns a list Asset in natural order.",
|
|
25
25
|
"args": "AssetTSListArgs"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"shape": "
|
|
27
|
+
"getTSStaticSite": {
|
|
28
|
+
"shape": "TSStaticSite",
|
|
29
29
|
"resolver": {
|
|
30
30
|
"name": "takeshape:get",
|
|
31
31
|
"service": "takeshape:local",
|
|
32
|
-
"shapeName": "
|
|
32
|
+
"shapeName": "TSStaticSite"
|
|
33
33
|
},
|
|
34
|
-
"description": "Get a
|
|
35
|
-
"args": "
|
|
34
|
+
"description": "Get a TSStaticSite by ID",
|
|
35
|
+
"args": "TSStaticSiteTSGetArgs"
|
|
36
36
|
},
|
|
37
|
-
"
|
|
38
|
-
"shape": "
|
|
37
|
+
"getTSStaticSiteList": {
|
|
38
|
+
"shape": "TSStaticSitePaginatedList",
|
|
39
39
|
"resolver": {
|
|
40
40
|
"name": "takeshape:list",
|
|
41
41
|
"service": "takeshape:local",
|
|
42
|
-
"shapeName": "
|
|
42
|
+
"shapeName": "TSStaticSite"
|
|
43
43
|
},
|
|
44
|
-
"description": "Returns a list
|
|
45
|
-
"args": "
|
|
44
|
+
"description": "Returns a list TSStaticSite in natural order.",
|
|
45
|
+
"args": "TSStaticSiteTSListArgs"
|
|
46
46
|
},
|
|
47
47
|
"Shopify_products": {
|
|
48
48
|
"resolver": {
|
|
@@ -122,14 +122,14 @@
|
|
|
122
122
|
},
|
|
123
123
|
"args": "AssetTSSearchArgs"
|
|
124
124
|
},
|
|
125
|
-
"
|
|
126
|
-
"shape": "
|
|
125
|
+
"searchTSStaticSiteIndex": {
|
|
126
|
+
"shape": "TSStaticSiteSearchResults",
|
|
127
127
|
"resolver": {
|
|
128
128
|
"name": "takeshape:search",
|
|
129
129
|
"service": "takeshape:local",
|
|
130
|
-
"shapeName": "
|
|
130
|
+
"shapeName": "TSStaticSite"
|
|
131
131
|
},
|
|
132
|
-
"args": "
|
|
132
|
+
"args": "TSStaticSiteTSSearchArgs"
|
|
133
133
|
},
|
|
134
134
|
"search": {
|
|
135
135
|
"shape": "TSSearchableSearchResults",
|
|
@@ -181,45 +181,45 @@
|
|
|
181
181
|
"description": "Delete Asset",
|
|
182
182
|
"args": "AssetDeleteArgs"
|
|
183
183
|
},
|
|
184
|
-
"
|
|
185
|
-
"shape": "
|
|
184
|
+
"updateTSStaticSite": {
|
|
185
|
+
"shape": "UpdateTSStaticSiteResult",
|
|
186
186
|
"resolver": {
|
|
187
187
|
"name": "takeshape:update",
|
|
188
188
|
"service": "takeshape:local",
|
|
189
|
-
"shapeName": "
|
|
189
|
+
"shapeName": "TSStaticSite"
|
|
190
190
|
},
|
|
191
|
-
"description": "Update
|
|
192
|
-
"args": "
|
|
191
|
+
"description": "Update TSStaticSite",
|
|
192
|
+
"args": "TSStaticSiteUpdateArgs"
|
|
193
193
|
},
|
|
194
|
-
"
|
|
195
|
-
"shape": "
|
|
194
|
+
"createTSStaticSite": {
|
|
195
|
+
"shape": "CreateTSStaticSiteResult",
|
|
196
196
|
"resolver": {
|
|
197
197
|
"name": "takeshape:create",
|
|
198
198
|
"service": "takeshape:local",
|
|
199
|
-
"shapeName": "
|
|
199
|
+
"shapeName": "TSStaticSite"
|
|
200
200
|
},
|
|
201
|
-
"description": "Create
|
|
202
|
-
"args": "
|
|
201
|
+
"description": "Create TSStaticSite",
|
|
202
|
+
"args": "TSStaticSiteCreateArgs"
|
|
203
203
|
},
|
|
204
|
-
"
|
|
205
|
-
"shape": "
|
|
204
|
+
"duplicateTSStaticSite": {
|
|
205
|
+
"shape": "DuplicateTSStaticSiteResult",
|
|
206
206
|
"resolver": {
|
|
207
207
|
"name": "takeshape:duplicate",
|
|
208
208
|
"service": "takeshape:local",
|
|
209
|
-
"shapeName": "
|
|
209
|
+
"shapeName": "TSStaticSite"
|
|
210
210
|
},
|
|
211
|
-
"description": "Duplicate
|
|
212
|
-
"args": "
|
|
211
|
+
"description": "Duplicate TSStaticSite",
|
|
212
|
+
"args": "TSStaticSiteDuplicateArgs"
|
|
213
213
|
},
|
|
214
|
-
"
|
|
215
|
-
"shape": "
|
|
214
|
+
"deleteTSStaticSite": {
|
|
215
|
+
"shape": "DeleteTSStaticSiteResult",
|
|
216
216
|
"resolver": {
|
|
217
217
|
"name": "takeshape:delete",
|
|
218
218
|
"service": "takeshape:local",
|
|
219
|
-
"shapeName": "
|
|
219
|
+
"shapeName": "TSStaticSite"
|
|
220
220
|
},
|
|
221
|
-
"description": "Delete
|
|
222
|
-
"args": "
|
|
221
|
+
"description": "Delete TSStaticSite",
|
|
222
|
+
"args": "TSStaticSiteDeleteArgs"
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
"shapes": {
|
|
@@ -407,9 +407,9 @@
|
|
|
407
407
|
]
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
|
-
"
|
|
410
|
+
"TSStaticSite": {
|
|
411
411
|
"id": "SITE",
|
|
412
|
-
"name": "
|
|
412
|
+
"name": "TSStaticSite",
|
|
413
413
|
"title": "Static Site",
|
|
414
414
|
"model": {
|
|
415
415
|
"type": "multiple"
|
|
@@ -422,14 +422,14 @@
|
|
|
422
422
|
"title": "Title",
|
|
423
423
|
"@l10n": false,
|
|
424
424
|
"minLength": 1,
|
|
425
|
-
"@mapping": "takeshape:local:
|
|
425
|
+
"@mapping": "takeshape:local: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:
|
|
432
|
+
"@mapping": "takeshape:local: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:
|
|
477
|
+
"@mapping": "takeshape:local: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:
|
|
484
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
485
485
|
},
|
|
486
486
|
"secretKey": {
|
|
487
487
|
"type": "string",
|
|
@@ -489,43 +489,43 @@
|
|
|
489
489
|
"@l10n": false,
|
|
490
490
|
"@sensitive": true,
|
|
491
491
|
"minLength": 1,
|
|
492
|
-
"@mapping": "takeshape:local:
|
|
492
|
+
"@mapping": "takeshape:local: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:
|
|
499
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
500
500
|
},
|
|
501
501
|
"privateAcl": {
|
|
502
502
|
"type": "boolean",
|
|
503
503
|
"title": "Private ACL",
|
|
504
504
|
"@l10n": false,
|
|
505
|
-
"@mapping": "takeshape:local:
|
|
505
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
506
506
|
},
|
|
507
507
|
"environmentVariables": {
|
|
508
508
|
"type": "array",
|
|
509
509
|
"title": "Environment Variables",
|
|
510
510
|
"@l10n": false,
|
|
511
511
|
"items": {
|
|
512
|
-
"$ref": "#/shapes/
|
|
512
|
+
"$ref": "#/shapes/TSStaticSiteEnvironmentVariables/schema"
|
|
513
513
|
},
|
|
514
|
-
"@mapping": "takeshape:local:
|
|
514
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
515
515
|
},
|
|
516
516
|
"triggers": {
|
|
517
517
|
"type": "array",
|
|
518
518
|
"title": "Publish Triggers",
|
|
519
519
|
"@l10n": false,
|
|
520
520
|
"items": {
|
|
521
|
-
"$ref": "#/shapes/
|
|
521
|
+
"$ref": "#/shapes/TSStaticSiteTriggers/schema"
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
"templateHash": {
|
|
525
525
|
"type": "string",
|
|
526
526
|
"title": "Template Hash",
|
|
527
527
|
"@l10n": false,
|
|
528
|
-
"@mapping": "takeshape:local:
|
|
528
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
529
529
|
},
|
|
530
530
|
"_shapeId": {
|
|
531
531
|
"type": "string",
|
|
@@ -612,9 +612,9 @@
|
|
|
612
612
|
]
|
|
613
613
|
}
|
|
614
614
|
},
|
|
615
|
-
"
|
|
615
|
+
"TSStaticSiteEnvironmentVariables": {
|
|
616
616
|
"id": "9fj4UiNxY",
|
|
617
|
-
"name": "
|
|
617
|
+
"name": "TSStaticSiteEnvironmentVariables",
|
|
618
618
|
"title": "Static Site EnvironmentVariables",
|
|
619
619
|
"schema": {
|
|
620
620
|
"type": "object",
|
|
@@ -622,19 +622,19 @@
|
|
|
622
622
|
"name": {
|
|
623
623
|
"type": "string",
|
|
624
624
|
"title": "Name",
|
|
625
|
-
"@mapping": "takeshape:local:
|
|
625
|
+
"@mapping": "takeshape:local:TSStaticSite.J8sbHgfdI"
|
|
626
626
|
},
|
|
627
627
|
"value": {
|
|
628
628
|
"type": "string",
|
|
629
629
|
"title": "Value",
|
|
630
|
-
"@mapping": "takeshape:local:
|
|
630
|
+
"@mapping": "takeshape:local:TSStaticSite.ndhh88DvG"
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
|
-
"
|
|
636
|
-
"id": "
|
|
637
|
-
"name": "
|
|
635
|
+
"TSStaticSiteTriggers": {
|
|
636
|
+
"id": "TSStaticSiteTriggers",
|
|
637
|
+
"name": "TSStaticSiteTriggers",
|
|
638
638
|
"title": "Static Site Triggers",
|
|
639
639
|
"schema": {
|
|
640
640
|
"type": "object",
|
|
@@ -46962,10 +46962,10 @@
|
|
|
46962
46962
|
]
|
|
46963
46963
|
}
|
|
46964
46964
|
},
|
|
46965
|
-
"
|
|
46966
|
-
"name": "
|
|
46967
|
-
"id": "
|
|
46968
|
-
"title": "
|
|
46965
|
+
"TSStaticSiteTSGetArgs": {
|
|
46966
|
+
"name": "TSStaticSiteTSGetArgs",
|
|
46967
|
+
"id": "TSStaticSiteTSGetArgs",
|
|
46968
|
+
"title": "TSStaticSiteTSGetArgs",
|
|
46969
46969
|
"schema": {
|
|
46970
46970
|
"type": "object",
|
|
46971
46971
|
"properties": {
|
|
@@ -46985,10 +46985,10 @@
|
|
|
46985
46985
|
]
|
|
46986
46986
|
}
|
|
46987
46987
|
},
|
|
46988
|
-
"
|
|
46989
|
-
"name": "
|
|
46990
|
-
"id": "
|
|
46991
|
-
"title": "
|
|
46988
|
+
"TSWhereTSStaticSiteInput": {
|
|
46989
|
+
"name": "TSWhereTSStaticSiteInput",
|
|
46990
|
+
"id": "TSWhereTSStaticSiteInput",
|
|
46991
|
+
"title": "TSWhereTSStaticSiteInput",
|
|
46992
46992
|
"schema": {
|
|
46993
46993
|
"type": "object",
|
|
46994
46994
|
"properties": {
|
|
@@ -47011,10 +47011,10 @@
|
|
|
47011
47011
|
"@ref": "local:TSWhereBoolean"
|
|
47012
47012
|
},
|
|
47013
47013
|
"environmentVariables": {
|
|
47014
|
-
"@ref": "local:
|
|
47014
|
+
"@ref": "local:TSWhereTSStaticSiteEnvironmentVariables"
|
|
47015
47015
|
},
|
|
47016
47016
|
"triggers": {
|
|
47017
|
-
"@ref": "local:
|
|
47017
|
+
"@ref": "local:TSWhereTSStaticSiteTriggers"
|
|
47018
47018
|
},
|
|
47019
47019
|
"templateHash": {
|
|
47020
47020
|
"@ref": "local:TSWhereString"
|
|
@@ -47052,17 +47052,17 @@
|
|
|
47052
47052
|
"AND": {
|
|
47053
47053
|
"type": "array",
|
|
47054
47054
|
"items": {
|
|
47055
|
-
"@ref": "local:
|
|
47055
|
+
"@ref": "local:TSWhereTSStaticSiteInput"
|
|
47056
47056
|
}
|
|
47057
47057
|
},
|
|
47058
47058
|
"OR": {
|
|
47059
47059
|
"type": "array",
|
|
47060
47060
|
"items": {
|
|
47061
|
-
"@ref": "local:
|
|
47061
|
+
"@ref": "local:TSWhereTSStaticSiteInput"
|
|
47062
47062
|
}
|
|
47063
47063
|
},
|
|
47064
47064
|
"NOT": {
|
|
47065
|
-
"@ref": "local:
|
|
47065
|
+
"@ref": "local:TSWhereTSStaticSiteInput"
|
|
47066
47066
|
}
|
|
47067
47067
|
}
|
|
47068
47068
|
}
|
|
@@ -47081,10 +47081,10 @@
|
|
|
47081
47081
|
}
|
|
47082
47082
|
}
|
|
47083
47083
|
},
|
|
47084
|
-
"
|
|
47085
|
-
"name": "
|
|
47086
|
-
"id": "
|
|
47087
|
-
"title": "
|
|
47084
|
+
"TSWhereTSStaticSiteEnvironmentVariables": {
|
|
47085
|
+
"name": "TSWhereTSStaticSiteEnvironmentVariables",
|
|
47086
|
+
"id": "TSWhereTSStaticSiteEnvironmentVariables",
|
|
47087
|
+
"title": "TSWhereTSStaticSiteEnvironmentVariables",
|
|
47088
47088
|
"schema": {
|
|
47089
47089
|
"type": "object",
|
|
47090
47090
|
"properties": {
|
|
@@ -47097,10 +47097,10 @@
|
|
|
47097
47097
|
}
|
|
47098
47098
|
}
|
|
47099
47099
|
},
|
|
47100
|
-
"
|
|
47101
|
-
"name": "
|
|
47102
|
-
"id": "
|
|
47103
|
-
"title": "
|
|
47100
|
+
"TSWhereTSStaticSiteTriggers": {
|
|
47101
|
+
"name": "TSWhereTSStaticSiteTriggers",
|
|
47102
|
+
"id": "TSWhereTSStaticSiteTriggers",
|
|
47103
|
+
"title": "TSWhereTSStaticSiteTriggers",
|
|
47104
47104
|
"schema": {
|
|
47105
47105
|
"type": "object",
|
|
47106
47106
|
"properties": {
|
|
@@ -47113,10 +47113,10 @@
|
|
|
47113
47113
|
}
|
|
47114
47114
|
}
|
|
47115
47115
|
},
|
|
47116
|
-
"
|
|
47117
|
-
"name": "
|
|
47118
|
-
"id": "
|
|
47119
|
-
"title": "
|
|
47116
|
+
"TSStaticSiteTSListArgs": {
|
|
47117
|
+
"name": "TSStaticSiteTSListArgs",
|
|
47118
|
+
"id": "TSStaticSiteTSListArgs",
|
|
47119
|
+
"title": "TSStaticSiteTSListArgs",
|
|
47120
47120
|
"schema": {
|
|
47121
47121
|
"type": "object",
|
|
47122
47122
|
"properties": {
|
|
@@ -47155,23 +47155,23 @@
|
|
|
47155
47155
|
"description": "Filter out content that is not enabled. Defaults to true."
|
|
47156
47156
|
},
|
|
47157
47157
|
"where": {
|
|
47158
|
-
"@ref": "local:
|
|
47158
|
+
"@ref": "local:TSWhereTSStaticSiteInput",
|
|
47159
47159
|
"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."
|
|
47160
47160
|
}
|
|
47161
47161
|
}
|
|
47162
47162
|
}
|
|
47163
47163
|
},
|
|
47164
|
-
"
|
|
47165
|
-
"name": "
|
|
47166
|
-
"id": "
|
|
47167
|
-
"title": "
|
|
47164
|
+
"TSStaticSitePaginatedList": {
|
|
47165
|
+
"name": "TSStaticSitePaginatedList",
|
|
47166
|
+
"id": "TSStaticSitePaginatedList",
|
|
47167
|
+
"title": "TSStaticSitePaginatedList",
|
|
47168
47168
|
"schema": {
|
|
47169
47169
|
"type": "object",
|
|
47170
47170
|
"properties": {
|
|
47171
47171
|
"items": {
|
|
47172
47172
|
"type": "array",
|
|
47173
47173
|
"items": {
|
|
47174
|
-
"@ref": "local:
|
|
47174
|
+
"@ref": "local:TSStaticSite"
|
|
47175
47175
|
}
|
|
47176
47176
|
},
|
|
47177
47177
|
"total": {
|
|
@@ -47251,10 +47251,10 @@
|
|
|
47251
47251
|
},
|
|
47252
47252
|
"description": "Asset search results"
|
|
47253
47253
|
},
|
|
47254
|
-
"
|
|
47255
|
-
"name": "
|
|
47256
|
-
"id": "
|
|
47257
|
-
"title": "
|
|
47254
|
+
"TSStaticSiteTSSearchArgs": {
|
|
47255
|
+
"name": "TSStaticSiteTSSearchArgs",
|
|
47256
|
+
"id": "TSStaticSiteTSSearchArgs",
|
|
47257
|
+
"title": "TSStaticSiteTSSearchArgs",
|
|
47258
47258
|
"schema": {
|
|
47259
47259
|
"type": "object",
|
|
47260
47260
|
"properties": {
|
|
@@ -47288,23 +47288,23 @@
|
|
|
47288
47288
|
"default": true
|
|
47289
47289
|
},
|
|
47290
47290
|
"where": {
|
|
47291
|
-
"@ref": "local:
|
|
47291
|
+
"@ref": "local:TSWhereTSStaticSiteInput",
|
|
47292
47292
|
"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."
|
|
47293
47293
|
}
|
|
47294
47294
|
}
|
|
47295
47295
|
}
|
|
47296
47296
|
},
|
|
47297
|
-
"
|
|
47298
|
-
"name": "
|
|
47299
|
-
"id": "
|
|
47300
|
-
"title": "
|
|
47297
|
+
"TSStaticSiteSearchResults": {
|
|
47298
|
+
"name": "TSStaticSiteSearchResults",
|
|
47299
|
+
"id": "TSStaticSiteSearchResults",
|
|
47300
|
+
"title": "TSStaticSiteSearchResults",
|
|
47301
47301
|
"schema": {
|
|
47302
47302
|
"type": "object",
|
|
47303
47303
|
"properties": {
|
|
47304
47304
|
"results": {
|
|
47305
47305
|
"type": "array",
|
|
47306
47306
|
"items": {
|
|
47307
|
-
"@ref": "local:
|
|
47307
|
+
"@ref": "local:TSStaticSite"
|
|
47308
47308
|
}
|
|
47309
47309
|
},
|
|
47310
47310
|
"total": {
|
|
@@ -47316,7 +47316,7 @@
|
|
|
47316
47316
|
"total"
|
|
47317
47317
|
]
|
|
47318
47318
|
},
|
|
47319
|
-
"description": "
|
|
47319
|
+
"description": "TSStaticSite search results"
|
|
47320
47320
|
},
|
|
47321
47321
|
"TSWhereInput": {
|
|
47322
47322
|
"name": "TSWhereInput",
|
|
@@ -47401,10 +47401,10 @@
|
|
|
47401
47401
|
"@ref": "local:TSWhereBoolean"
|
|
47402
47402
|
},
|
|
47403
47403
|
"environmentVariables": {
|
|
47404
|
-
"@ref": "local:
|
|
47404
|
+
"@ref": "local:TSWhereTSStaticSiteEnvironmentVariables"
|
|
47405
47405
|
},
|
|
47406
47406
|
"triggers": {
|
|
47407
|
-
"@ref": "local:
|
|
47407
|
+
"@ref": "local:TSWhereTSStaticSiteTriggers"
|
|
47408
47408
|
},
|
|
47409
47409
|
"templateHash": {
|
|
47410
47410
|
"@ref": "local:TSWhereString"
|
|
@@ -48186,10 +48186,10 @@
|
|
|
48186
48186
|
}
|
|
48187
48187
|
}
|
|
48188
48188
|
},
|
|
48189
|
-
"
|
|
48190
|
-
"name": "
|
|
48191
|
-
"id": "
|
|
48192
|
-
"title": "
|
|
48189
|
+
"UpdateTSStaticSiteInput": {
|
|
48190
|
+
"name": "UpdateTSStaticSiteInput",
|
|
48191
|
+
"id": "UpdateTSStaticSiteInput",
|
|
48192
|
+
"title": "UpdateTSStaticSiteInput",
|
|
48193
48193
|
"schema": {
|
|
48194
48194
|
"type": "object",
|
|
48195
48195
|
"properties": {
|
|
@@ -48202,14 +48202,14 @@
|
|
|
48202
48202
|
"title": "Title",
|
|
48203
48203
|
"@l10n": false,
|
|
48204
48204
|
"minLength": 1,
|
|
48205
|
-
"@mapping": "takeshape:local:
|
|
48205
|
+
"@mapping": "takeshape:local: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:
|
|
48212
|
+
"@mapping": "takeshape:local: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:
|
|
48256
|
+
"@mapping": "takeshape:local: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:
|
|
48263
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
48264
48264
|
},
|
|
48265
48265
|
"secretKey": {
|
|
48266
48266
|
"type": "string",
|
|
@@ -48268,43 +48268,43 @@
|
|
|
48268
48268
|
"@l10n": false,
|
|
48269
48269
|
"@sensitive": true,
|
|
48270
48270
|
"minLength": 1,
|
|
48271
|
-
"@mapping": "takeshape:local:
|
|
48271
|
+
"@mapping": "takeshape:local: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:
|
|
48278
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
48279
48279
|
},
|
|
48280
48280
|
"privateAcl": {
|
|
48281
48281
|
"type": "boolean",
|
|
48282
48282
|
"title": "Private ACL",
|
|
48283
48283
|
"@l10n": false,
|
|
48284
|
-
"@mapping": "takeshape:local:
|
|
48284
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
48285
48285
|
},
|
|
48286
48286
|
"environmentVariables": {
|
|
48287
48287
|
"type": "array",
|
|
48288
48288
|
"title": "Environment Variables",
|
|
48289
48289
|
"@l10n": false,
|
|
48290
48290
|
"items": {
|
|
48291
|
-
"@ref": "local:
|
|
48291
|
+
"@ref": "local:TSStaticSiteEnvironmentVariablesInput"
|
|
48292
48292
|
},
|
|
48293
|
-
"@mapping": "takeshape:local:
|
|
48293
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
48294
48294
|
},
|
|
48295
48295
|
"triggers": {
|
|
48296
48296
|
"type": "array",
|
|
48297
48297
|
"title": "Publish Triggers",
|
|
48298
48298
|
"@l10n": false,
|
|
48299
48299
|
"items": {
|
|
48300
|
-
"@ref": "local:
|
|
48300
|
+
"@ref": "local:TSStaticSiteTriggersInput"
|
|
48301
48301
|
}
|
|
48302
48302
|
},
|
|
48303
48303
|
"templateHash": {
|
|
48304
48304
|
"type": "string",
|
|
48305
48305
|
"title": "Template Hash",
|
|
48306
48306
|
"@l10n": false,
|
|
48307
|
-
"@mapping": "takeshape:local:
|
|
48307
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
48308
48308
|
},
|
|
48309
48309
|
"_shapeId": {
|
|
48310
48310
|
"type": "string",
|
|
@@ -48384,17 +48384,17 @@
|
|
|
48384
48384
|
"_id"
|
|
48385
48385
|
]
|
|
48386
48386
|
},
|
|
48387
|
-
"description": "update
|
|
48387
|
+
"description": "update TSStaticSite input"
|
|
48388
48388
|
},
|
|
48389
|
-
"
|
|
48390
|
-
"name": "
|
|
48391
|
-
"id": "
|
|
48392
|
-
"title": "
|
|
48389
|
+
"TSStaticSiteUpdateArgs": {
|
|
48390
|
+
"name": "TSStaticSiteUpdateArgs",
|
|
48391
|
+
"id": "TSStaticSiteUpdateArgs",
|
|
48392
|
+
"title": "TSStaticSiteUpdateArgs",
|
|
48393
48393
|
"schema": {
|
|
48394
48394
|
"type": "object",
|
|
48395
48395
|
"properties": {
|
|
48396
48396
|
"input": {
|
|
48397
|
-
"@ref": "local:
|
|
48397
|
+
"@ref": "local:UpdateTSStaticSiteInput"
|
|
48398
48398
|
},
|
|
48399
48399
|
"clientMutationId": {
|
|
48400
48400
|
"type": "string"
|
|
@@ -48418,30 +48418,30 @@
|
|
|
48418
48418
|
]
|
|
48419
48419
|
}
|
|
48420
48420
|
},
|
|
48421
|
-
"
|
|
48422
|
-
"name": "
|
|
48423
|
-
"id": "
|
|
48424
|
-
"title": "
|
|
48421
|
+
"TSStaticSiteEnvironmentVariablesInput": {
|
|
48422
|
+
"name": "TSStaticSiteEnvironmentVariablesInput",
|
|
48423
|
+
"id": "TSStaticSiteEnvironmentVariablesInput",
|
|
48424
|
+
"title": "TSStaticSiteEnvironmentVariablesInput",
|
|
48425
48425
|
"schema": {
|
|
48426
48426
|
"type": "object",
|
|
48427
48427
|
"properties": {
|
|
48428
48428
|
"name": {
|
|
48429
48429
|
"type": "string",
|
|
48430
48430
|
"title": "Name",
|
|
48431
|
-
"@mapping": "takeshape:local:
|
|
48431
|
+
"@mapping": "takeshape:local:TSStaticSite.J8sbHgfdI"
|
|
48432
48432
|
},
|
|
48433
48433
|
"value": {
|
|
48434
48434
|
"type": "string",
|
|
48435
48435
|
"title": "Value",
|
|
48436
|
-
"@mapping": "takeshape:local:
|
|
48436
|
+
"@mapping": "takeshape:local:TSStaticSite.ndhh88DvG"
|
|
48437
48437
|
}
|
|
48438
48438
|
}
|
|
48439
48439
|
}
|
|
48440
48440
|
},
|
|
48441
|
-
"
|
|
48442
|
-
"name": "
|
|
48443
|
-
"id": "
|
|
48444
|
-
"title": "
|
|
48441
|
+
"TSStaticSiteTriggersInput": {
|
|
48442
|
+
"name": "TSStaticSiteTriggersInput",
|
|
48443
|
+
"id": "TSStaticSiteTriggersInput",
|
|
48444
|
+
"title": "TSStaticSiteTriggersInput",
|
|
48445
48445
|
"schema": {
|
|
48446
48446
|
"type": "object",
|
|
48447
48447
|
"properties": {
|
|
@@ -48456,10 +48456,10 @@
|
|
|
48456
48456
|
}
|
|
48457
48457
|
}
|
|
48458
48458
|
},
|
|
48459
|
-
"
|
|
48460
|
-
"name": "
|
|
48461
|
-
"id": "
|
|
48462
|
-
"title": "
|
|
48459
|
+
"UpdateTSStaticSiteResult": {
|
|
48460
|
+
"name": "UpdateTSStaticSiteResult",
|
|
48461
|
+
"id": "UpdateTSStaticSiteResult",
|
|
48462
|
+
"title": "UpdateTSStaticSiteResult",
|
|
48463
48463
|
"schema": {
|
|
48464
48464
|
"type": "object",
|
|
48465
48465
|
"properties": {
|
|
@@ -48467,15 +48467,15 @@
|
|
|
48467
48467
|
"type": "string"
|
|
48468
48468
|
},
|
|
48469
48469
|
"result": {
|
|
48470
|
-
"@ref": "local:
|
|
48470
|
+
"@ref": "local:TSStaticSite"
|
|
48471
48471
|
}
|
|
48472
48472
|
}
|
|
48473
48473
|
}
|
|
48474
48474
|
},
|
|
48475
|
-
"
|
|
48476
|
-
"name": "
|
|
48477
|
-
"id": "
|
|
48478
|
-
"title": "
|
|
48475
|
+
"CreateTSStaticSiteInput": {
|
|
48476
|
+
"name": "CreateTSStaticSiteInput",
|
|
48477
|
+
"id": "CreateTSStaticSiteInput",
|
|
48478
|
+
"title": "CreateTSStaticSiteInput",
|
|
48479
48479
|
"schema": {
|
|
48480
48480
|
"type": "object",
|
|
48481
48481
|
"properties": {
|
|
@@ -48484,14 +48484,14 @@
|
|
|
48484
48484
|
"title": "Title",
|
|
48485
48485
|
"@l10n": false,
|
|
48486
48486
|
"minLength": 1,
|
|
48487
|
-
"@mapping": "takeshape:local:
|
|
48487
|
+
"@mapping": "takeshape:local: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:
|
|
48494
|
+
"@mapping": "takeshape:local: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:
|
|
48539
|
+
"@mapping": "takeshape:local: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:
|
|
48546
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
48547
48547
|
},
|
|
48548
48548
|
"secretKey": {
|
|
48549
48549
|
"type": "string",
|
|
@@ -48551,43 +48551,43 @@
|
|
|
48551
48551
|
"@l10n": false,
|
|
48552
48552
|
"@sensitive": true,
|
|
48553
48553
|
"minLength": 1,
|
|
48554
|
-
"@mapping": "takeshape:local:
|
|
48554
|
+
"@mapping": "takeshape:local: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:
|
|
48561
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
48562
48562
|
},
|
|
48563
48563
|
"privateAcl": {
|
|
48564
48564
|
"type": "boolean",
|
|
48565
48565
|
"title": "Private ACL",
|
|
48566
48566
|
"@l10n": false,
|
|
48567
|
-
"@mapping": "takeshape:local:
|
|
48567
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
48568
48568
|
},
|
|
48569
48569
|
"environmentVariables": {
|
|
48570
48570
|
"type": "array",
|
|
48571
48571
|
"title": "Environment Variables",
|
|
48572
48572
|
"@l10n": false,
|
|
48573
48573
|
"items": {
|
|
48574
|
-
"@ref": "local:
|
|
48574
|
+
"@ref": "local:TSStaticSiteEnvironmentVariablesInput"
|
|
48575
48575
|
},
|
|
48576
|
-
"@mapping": "takeshape:local:
|
|
48576
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
48577
48577
|
},
|
|
48578
48578
|
"triggers": {
|
|
48579
48579
|
"type": "array",
|
|
48580
48580
|
"title": "Publish Triggers",
|
|
48581
48581
|
"@l10n": false,
|
|
48582
48582
|
"items": {
|
|
48583
|
-
"@ref": "local:
|
|
48583
|
+
"@ref": "local:TSStaticSiteTriggersInput"
|
|
48584
48584
|
}
|
|
48585
48585
|
},
|
|
48586
48586
|
"templateHash": {
|
|
48587
48587
|
"type": "string",
|
|
48588
48588
|
"title": "Template Hash",
|
|
48589
48589
|
"@l10n": false,
|
|
48590
|
-
"@mapping": "takeshape:local:
|
|
48590
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
48591
48591
|
},
|
|
48592
48592
|
"_shapeId": {
|
|
48593
48593
|
"type": "string",
|
|
@@ -48673,17 +48673,17 @@
|
|
|
48673
48673
|
"destination"
|
|
48674
48674
|
]
|
|
48675
48675
|
},
|
|
48676
|
-
"description": "create
|
|
48676
|
+
"description": "create TSStaticSite input"
|
|
48677
48677
|
},
|
|
48678
|
-
"
|
|
48679
|
-
"name": "
|
|
48680
|
-
"id": "
|
|
48681
|
-
"title": "
|
|
48678
|
+
"TSStaticSiteCreateArgs": {
|
|
48679
|
+
"name": "TSStaticSiteCreateArgs",
|
|
48680
|
+
"id": "TSStaticSiteCreateArgs",
|
|
48681
|
+
"title": "TSStaticSiteCreateArgs",
|
|
48682
48682
|
"schema": {
|
|
48683
48683
|
"type": "object",
|
|
48684
48684
|
"properties": {
|
|
48685
48685
|
"input": {
|
|
48686
|
-
"@ref": "local:
|
|
48686
|
+
"@ref": "local:CreateTSStaticSiteInput"
|
|
48687
48687
|
},
|
|
48688
48688
|
"clientMutationId": {
|
|
48689
48689
|
"type": "string"
|
|
@@ -48694,10 +48694,10 @@
|
|
|
48694
48694
|
]
|
|
48695
48695
|
}
|
|
48696
48696
|
},
|
|
48697
|
-
"
|
|
48698
|
-
"name": "
|
|
48699
|
-
"id": "
|
|
48700
|
-
"title": "
|
|
48697
|
+
"CreateTSStaticSiteResult": {
|
|
48698
|
+
"name": "CreateTSStaticSiteResult",
|
|
48699
|
+
"id": "CreateTSStaticSiteResult",
|
|
48700
|
+
"title": "CreateTSStaticSiteResult",
|
|
48701
48701
|
"schema": {
|
|
48702
48702
|
"type": "object",
|
|
48703
48703
|
"properties": {
|
|
@@ -48705,15 +48705,15 @@
|
|
|
48705
48705
|
"type": "string"
|
|
48706
48706
|
},
|
|
48707
48707
|
"result": {
|
|
48708
|
-
"@ref": "local:
|
|
48708
|
+
"@ref": "local:TSStaticSite"
|
|
48709
48709
|
}
|
|
48710
48710
|
}
|
|
48711
48711
|
}
|
|
48712
48712
|
},
|
|
48713
|
-
"
|
|
48714
|
-
"name": "
|
|
48715
|
-
"id": "
|
|
48716
|
-
"title": "
|
|
48713
|
+
"DuplicateTSStaticSiteInput": {
|
|
48714
|
+
"name": "DuplicateTSStaticSiteInput",
|
|
48715
|
+
"id": "DuplicateTSStaticSiteInput",
|
|
48716
|
+
"title": "DuplicateTSStaticSiteInput",
|
|
48717
48717
|
"schema": {
|
|
48718
48718
|
"type": "object",
|
|
48719
48719
|
"properties": {
|
|
@@ -48726,14 +48726,14 @@
|
|
|
48726
48726
|
"title": "Title",
|
|
48727
48727
|
"@l10n": false,
|
|
48728
48728
|
"minLength": 1,
|
|
48729
|
-
"@mapping": "takeshape:local:
|
|
48729
|
+
"@mapping": "takeshape:local: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:
|
|
48736
|
+
"@mapping": "takeshape:local: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:
|
|
48780
|
+
"@mapping": "takeshape:local: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:
|
|
48787
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
48788
48788
|
},
|
|
48789
48789
|
"secretKey": {
|
|
48790
48790
|
"type": "string",
|
|
@@ -48792,43 +48792,43 @@
|
|
|
48792
48792
|
"@l10n": false,
|
|
48793
48793
|
"@sensitive": true,
|
|
48794
48794
|
"minLength": 1,
|
|
48795
|
-
"@mapping": "takeshape:local:
|
|
48795
|
+
"@mapping": "takeshape:local: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:
|
|
48802
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
48803
48803
|
},
|
|
48804
48804
|
"privateAcl": {
|
|
48805
48805
|
"type": "boolean",
|
|
48806
48806
|
"title": "Private ACL",
|
|
48807
48807
|
"@l10n": false,
|
|
48808
|
-
"@mapping": "takeshape:local:
|
|
48808
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
48809
48809
|
},
|
|
48810
48810
|
"environmentVariables": {
|
|
48811
48811
|
"type": "array",
|
|
48812
48812
|
"title": "Environment Variables",
|
|
48813
48813
|
"@l10n": false,
|
|
48814
48814
|
"items": {
|
|
48815
|
-
"@ref": "local:
|
|
48815
|
+
"@ref": "local:TSStaticSiteEnvironmentVariablesInput"
|
|
48816
48816
|
},
|
|
48817
|
-
"@mapping": "takeshape:local:
|
|
48817
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
48818
48818
|
},
|
|
48819
48819
|
"triggers": {
|
|
48820
48820
|
"type": "array",
|
|
48821
48821
|
"title": "Publish Triggers",
|
|
48822
48822
|
"@l10n": false,
|
|
48823
48823
|
"items": {
|
|
48824
|
-
"@ref": "local:
|
|
48824
|
+
"@ref": "local:TSStaticSiteTriggersInput"
|
|
48825
48825
|
}
|
|
48826
48826
|
},
|
|
48827
48827
|
"templateHash": {
|
|
48828
48828
|
"type": "string",
|
|
48829
48829
|
"title": "Template Hash",
|
|
48830
48830
|
"@l10n": false,
|
|
48831
|
-
"@mapping": "takeshape:local:
|
|
48831
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
48832
48832
|
},
|
|
48833
48833
|
"_shapeId": {
|
|
48834
48834
|
"type": "string",
|
|
@@ -48908,17 +48908,17 @@
|
|
|
48908
48908
|
"_id"
|
|
48909
48909
|
]
|
|
48910
48910
|
},
|
|
48911
|
-
"description": "duplicate
|
|
48911
|
+
"description": "duplicate TSStaticSite input"
|
|
48912
48912
|
},
|
|
48913
|
-
"
|
|
48914
|
-
"name": "
|
|
48915
|
-
"id": "
|
|
48916
|
-
"title": "
|
|
48913
|
+
"TSStaticSiteDuplicateArgs": {
|
|
48914
|
+
"name": "TSStaticSiteDuplicateArgs",
|
|
48915
|
+
"id": "TSStaticSiteDuplicateArgs",
|
|
48916
|
+
"title": "TSStaticSiteDuplicateArgs",
|
|
48917
48917
|
"schema": {
|
|
48918
48918
|
"type": "object",
|
|
48919
48919
|
"properties": {
|
|
48920
48920
|
"input": {
|
|
48921
|
-
"@ref": "local:
|
|
48921
|
+
"@ref": "local:DuplicateTSStaticSiteInput"
|
|
48922
48922
|
},
|
|
48923
48923
|
"clientMutationId": {
|
|
48924
48924
|
"type": "string"
|
|
@@ -48936,10 +48936,10 @@
|
|
|
48936
48936
|
]
|
|
48937
48937
|
}
|
|
48938
48938
|
},
|
|
48939
|
-
"
|
|
48940
|
-
"name": "
|
|
48941
|
-
"id": "
|
|
48942
|
-
"title": "
|
|
48939
|
+
"DuplicateTSStaticSiteResult": {
|
|
48940
|
+
"name": "DuplicateTSStaticSiteResult",
|
|
48941
|
+
"id": "DuplicateTSStaticSiteResult",
|
|
48942
|
+
"title": "DuplicateTSStaticSiteResult",
|
|
48943
48943
|
"schema": {
|
|
48944
48944
|
"type": "object",
|
|
48945
48945
|
"properties": {
|
|
@@ -48947,15 +48947,15 @@
|
|
|
48947
48947
|
"type": "string"
|
|
48948
48948
|
},
|
|
48949
48949
|
"result": {
|
|
48950
|
-
"@ref": "local:
|
|
48950
|
+
"@ref": "local:TSStaticSite"
|
|
48951
48951
|
}
|
|
48952
48952
|
}
|
|
48953
48953
|
}
|
|
48954
48954
|
},
|
|
48955
|
-
"
|
|
48956
|
-
"name": "
|
|
48957
|
-
"id": "
|
|
48958
|
-
"title": "
|
|
48955
|
+
"DeleteTSStaticSiteInput": {
|
|
48956
|
+
"name": "DeleteTSStaticSiteInput",
|
|
48957
|
+
"id": "DeleteTSStaticSiteInput",
|
|
48958
|
+
"title": "DeleteTSStaticSiteInput",
|
|
48959
48959
|
"schema": {
|
|
48960
48960
|
"type": "object",
|
|
48961
48961
|
"properties": {
|
|
@@ -48967,17 +48967,17 @@
|
|
|
48967
48967
|
"_id"
|
|
48968
48968
|
]
|
|
48969
48969
|
},
|
|
48970
|
-
"description": "delete
|
|
48970
|
+
"description": "delete TSStaticSite input"
|
|
48971
48971
|
},
|
|
48972
|
-
"
|
|
48973
|
-
"name": "
|
|
48974
|
-
"id": "
|
|
48975
|
-
"title": "
|
|
48972
|
+
"TSStaticSiteDeleteArgs": {
|
|
48973
|
+
"name": "TSStaticSiteDeleteArgs",
|
|
48974
|
+
"id": "TSStaticSiteDeleteArgs",
|
|
48975
|
+
"title": "TSStaticSiteDeleteArgs",
|
|
48976
48976
|
"schema": {
|
|
48977
48977
|
"type": "object",
|
|
48978
48978
|
"properties": {
|
|
48979
48979
|
"input": {
|
|
48980
|
-
"@ref": "local:
|
|
48980
|
+
"@ref": "local:DeleteTSStaticSiteInput"
|
|
48981
48981
|
},
|
|
48982
48982
|
"clientMutationId": {
|
|
48983
48983
|
"type": "string"
|
|
@@ -48988,10 +48988,10 @@
|
|
|
48988
48988
|
]
|
|
48989
48989
|
}
|
|
48990
48990
|
},
|
|
48991
|
-
"
|
|
48992
|
-
"name": "
|
|
48993
|
-
"id": "
|
|
48994
|
-
"title": "
|
|
48991
|
+
"DeleteTSStaticSiteResult": {
|
|
48992
|
+
"name": "DeleteTSStaticSiteResult",
|
|
48993
|
+
"id": "DeleteTSStaticSiteResult",
|
|
48994
|
+
"title": "DeleteTSStaticSiteResult",
|
|
48995
48995
|
"schema": {
|
|
48996
48996
|
"type": "object",
|
|
48997
48997
|
"properties": {
|
|
@@ -49081,7 +49081,7 @@
|
|
|
49081
49081
|
}
|
|
49082
49082
|
}
|
|
49083
49083
|
},
|
|
49084
|
-
"
|
|
49084
|
+
"TSStaticSite": {
|
|
49085
49085
|
"default": {
|
|
49086
49086
|
"order": [
|
|
49087
49087
|
"title",
|
|
@@ -49355,4 +49355,4 @@
|
|
|
49355
49355
|
}
|
|
49356
49356
|
},
|
|
49357
49357
|
"projectId": "d3e36755-d416-4e10-a71b-9be4c3c3bed1"
|
|
49358
|
-
}
|
|
49358
|
+
}
|