@takeshape/schema 8.213.0 → 8.213.1

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.
@@ -0,0 +1,4426 @@
1
+ {
2
+ "projectId": "9f513e93-01d6-4fa9-b158-5af4008cb575",
3
+ "dataKey": "secret",
4
+ "version": 3,
5
+ "created": "2022-08-30T16:56:17.696Z",
6
+ "updated": "2022-08-30T16:57:18.934Z",
7
+ "defaultLocale": "en-us",
8
+ "locales": [
9
+ "en-us"
10
+ ],
11
+ "apiVersion": "2",
12
+ "schemaVersion": "3.19.0",
13
+ "queries": {
14
+ "getAsset": {
15
+ "shape": "Asset",
16
+ "resolver": {
17
+ "name": "takeshape:get",
18
+ "service": "takeshape:local",
19
+ "shapeName": "Asset"
20
+ },
21
+ "description": "Get a Asset by ID",
22
+ "args": "AssetTSGetArgs"
23
+ },
24
+ "getAssetList": {
25
+ "shape": "AssetPaginatedList",
26
+ "resolver": {
27
+ "name": "takeshape:list",
28
+ "service": "takeshape:local",
29
+ "shapeName": "Asset"
30
+ },
31
+ "description": "Returns a list Asset in natural order.",
32
+ "args": "AssetTSListArgs"
33
+ },
34
+ "getTsStaticSite": {
35
+ "shape": "TsStaticSite",
36
+ "resolver": {
37
+ "name": "takeshape:get",
38
+ "service": "takeshape:local",
39
+ "shapeName": "TsStaticSite"
40
+ },
41
+ "description": "Get a TsStaticSite by ID",
42
+ "args": "TsStaticSiteTSGetArgs"
43
+ },
44
+ "getTsStaticSiteList": {
45
+ "shape": "TsStaticSitePaginatedList",
46
+ "resolver": {
47
+ "name": "takeshape:list",
48
+ "service": "takeshape:local",
49
+ "shapeName": "TsStaticSite"
50
+ },
51
+ "description": "Returns a list TsStaticSite in natural order.",
52
+ "args": "TsStaticSiteTSListArgs"
53
+ },
54
+ "Stripe_listProducts": {
55
+ "shape": "Stripe_ListProductsResponse",
56
+ "resolver": {
57
+ "name": "rest:get",
58
+ "service": "stripe",
59
+ "path": "/v1/products",
60
+ "searchParams": {
61
+ "ops": [
62
+ {
63
+ "path": "active",
64
+ "mapping": "$args.active"
65
+ },
66
+ {
67
+ "path": "created",
68
+ "mapping": "$args.created"
69
+ },
70
+ {
71
+ "path": "ending_before",
72
+ "mapping": "$args.ending_before"
73
+ },
74
+ {
75
+ "path": "expand",
76
+ "mapping": "$args.expand"
77
+ },
78
+ {
79
+ "path": "ids",
80
+ "mapping": "$args.ids"
81
+ },
82
+ {
83
+ "path": "limit",
84
+ "mapping": "$args.limit"
85
+ },
86
+ {
87
+ "path": "shippable",
88
+ "mapping": "$args.shippable"
89
+ },
90
+ {
91
+ "path": "starting_after",
92
+ "mapping": "$args.starting_after"
93
+ },
94
+ {
95
+ "path": "url",
96
+ "mapping": "$args.url"
97
+ }
98
+ ],
99
+ "serialize": {
100
+ "paths": {
101
+ "active": {
102
+ "style": "form"
103
+ },
104
+ "created": {
105
+ "explode": true,
106
+ "style": "deepObject"
107
+ },
108
+ "ending_before": {
109
+ "style": "form"
110
+ },
111
+ "expand": {
112
+ "explode": true,
113
+ "style": "deepObject"
114
+ },
115
+ "ids": {
116
+ "explode": true,
117
+ "style": "deepObject"
118
+ },
119
+ "limit": {
120
+ "style": "form"
121
+ },
122
+ "shippable": {
123
+ "style": "form"
124
+ },
125
+ "starting_after": {
126
+ "style": "form"
127
+ },
128
+ "url": {
129
+ "style": "form"
130
+ }
131
+ }
132
+ }
133
+ }
134
+ },
135
+ "description": "<p>Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.</p>",
136
+ "args": {
137
+ "type": "object",
138
+ "properties": {
139
+ "active": {
140
+ "type": "boolean"
141
+ },
142
+ "created": {
143
+ "type": "object"
144
+ },
145
+ "ending_before": {
146
+ "maxLength": 5000,
147
+ "type": "string"
148
+ },
149
+ "expand": {
150
+ "items": {
151
+ "maxLength": 5000,
152
+ "type": "string"
153
+ },
154
+ "type": "array"
155
+ },
156
+ "ids": {
157
+ "items": {
158
+ "maxLength": 5000,
159
+ "type": "string"
160
+ },
161
+ "type": "array"
162
+ },
163
+ "limit": {
164
+ "type": "integer"
165
+ },
166
+ "shippable": {
167
+ "type": "boolean"
168
+ },
169
+ "starting_after": {
170
+ "maxLength": 5000,
171
+ "type": "string"
172
+ },
173
+ "url": {
174
+ "maxLength": 5000,
175
+ "type": "string"
176
+ }
177
+ },
178
+ "required": []
179
+ }
180
+ },
181
+ "Stripe_getProduct": {
182
+ "shape": "Stripe_Product",
183
+ "resolver": {
184
+ "name": "rest:get",
185
+ "service": "stripe",
186
+ "path": {
187
+ "ops": [
188
+ {
189
+ "path": "id",
190
+ "mapping": "$args.id"
191
+ }
192
+ ],
193
+ "serialize": {
194
+ "template": "/v1/products/{id}",
195
+ "paths": {
196
+ "id": {
197
+ "style": "simple"
198
+ }
199
+ }
200
+ }
201
+ },
202
+ "searchParams": {
203
+ "ops": [
204
+ {
205
+ "path": "expand",
206
+ "mapping": "$args.expand"
207
+ }
208
+ ],
209
+ "serialize": {
210
+ "paths": {
211
+ "expand": {
212
+ "explode": true,
213
+ "style": "deepObject"
214
+ }
215
+ }
216
+ }
217
+ }
218
+ },
219
+ "description": "<p>Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.</p>",
220
+ "args": {
221
+ "type": "object",
222
+ "properties": {
223
+ "expand": {
224
+ "items": {
225
+ "maxLength": 5000,
226
+ "type": "string"
227
+ },
228
+ "type": "array"
229
+ },
230
+ "id": {
231
+ "maxLength": 5000,
232
+ "type": "string"
233
+ }
234
+ },
235
+ "required": [
236
+ "id"
237
+ ]
238
+ }
239
+ },
240
+ "searchAssetIndex": {
241
+ "shape": "AssetSearchResults",
242
+ "resolver": {
243
+ "name": "takeshape:search",
244
+ "service": "takeshape:local",
245
+ "shapeName": "Asset"
246
+ },
247
+ "args": "AssetTSSearchArgs"
248
+ },
249
+ "searchTsStaticSiteIndex": {
250
+ "shape": "TsStaticSiteSearchResults",
251
+ "resolver": {
252
+ "name": "takeshape:search",
253
+ "service": "takeshape:local",
254
+ "shapeName": "TsStaticSite"
255
+ },
256
+ "args": "TsStaticSiteTSSearchArgs"
257
+ },
258
+ "search": {
259
+ "shape": "TSSearchableSearchResults",
260
+ "resolver": {
261
+ "name": "takeshape:search",
262
+ "service": "takeshape:local"
263
+ },
264
+ "args": "TSSearchArgs"
265
+ }
266
+ },
267
+ "mutations": {
268
+ "updateAsset": {
269
+ "shape": "UpdateAssetResult",
270
+ "resolver": {
271
+ "name": "takeshape:update",
272
+ "service": "takeshape:local",
273
+ "shapeName": "Asset"
274
+ },
275
+ "description": "Update Asset",
276
+ "args": "AssetUpdateArgs"
277
+ },
278
+ "createAsset": {
279
+ "shape": "CreateAssetResult",
280
+ "resolver": {
281
+ "name": "takeshape:create",
282
+ "service": "takeshape:local",
283
+ "shapeName": "Asset"
284
+ },
285
+ "description": "Create Asset",
286
+ "args": "AssetCreateArgs"
287
+ },
288
+ "duplicateAsset": {
289
+ "shape": "DuplicateAssetResult",
290
+ "resolver": {
291
+ "name": "takeshape:duplicate",
292
+ "service": "takeshape:local",
293
+ "shapeName": "Asset"
294
+ },
295
+ "description": "Duplicate Asset",
296
+ "args": "AssetDuplicateArgs"
297
+ },
298
+ "deleteAsset": {
299
+ "shape": "DeleteAssetResult",
300
+ "resolver": {
301
+ "name": "takeshape:delete",
302
+ "service": "takeshape:local",
303
+ "shapeName": "Asset"
304
+ },
305
+ "description": "Delete Asset",
306
+ "args": "AssetDeleteArgs"
307
+ },
308
+ "updateTsStaticSite": {
309
+ "shape": "UpdateTsStaticSiteResult",
310
+ "resolver": {
311
+ "name": "takeshape:update",
312
+ "service": "takeshape:local",
313
+ "shapeName": "TsStaticSite"
314
+ },
315
+ "description": "Update TsStaticSite",
316
+ "args": "TsStaticSiteUpdateArgs"
317
+ },
318
+ "createTsStaticSite": {
319
+ "shape": "CreateTsStaticSiteResult",
320
+ "resolver": {
321
+ "name": "takeshape:create",
322
+ "service": "takeshape:local",
323
+ "shapeName": "TsStaticSite"
324
+ },
325
+ "description": "Create TsStaticSite",
326
+ "args": "TsStaticSiteCreateArgs"
327
+ },
328
+ "duplicateTsStaticSite": {
329
+ "shape": "DuplicateTsStaticSiteResult",
330
+ "resolver": {
331
+ "name": "takeshape:duplicate",
332
+ "service": "takeshape:local",
333
+ "shapeName": "TsStaticSite"
334
+ },
335
+ "description": "Duplicate TsStaticSite",
336
+ "args": "TsStaticSiteDuplicateArgs"
337
+ },
338
+ "deleteTsStaticSite": {
339
+ "shape": "DeleteTsStaticSiteResult",
340
+ "resolver": {
341
+ "name": "takeshape:delete",
342
+ "service": "takeshape:local",
343
+ "shapeName": "TsStaticSite"
344
+ },
345
+ "description": "Delete TsStaticSite",
346
+ "args": "TsStaticSiteDeleteArgs"
347
+ }
348
+ },
349
+ "shapes": {
350
+ "Asset": {
351
+ "id": "ASSET",
352
+ "name": "Asset",
353
+ "title": "Asset",
354
+ "model": {
355
+ "type": "multiple"
356
+ },
357
+ "schema": {
358
+ "type": "object",
359
+ "properties": {
360
+ "title": {
361
+ "type": "string",
362
+ "title": "Title",
363
+ "@mapping": "takeshape:local:Asset.By5tQOMc",
364
+ "@l10n": true
365
+ },
366
+ "description": {
367
+ "type": "string",
368
+ "title": "Description",
369
+ "@mapping": "takeshape:local:Asset.B1Zsra3fx",
370
+ "@l10n": true
371
+ },
372
+ "filename": {
373
+ "type": "string",
374
+ "title": "Filename",
375
+ "@l10n": false,
376
+ "minLength": 1,
377
+ "@mapping": "takeshape:local:Asset.H1oYQOM9"
378
+ },
379
+ "caption": {
380
+ "type": "object",
381
+ "title": "Caption",
382
+ "@mapping": "takeshape:local:Asset.SyWVsd98x",
383
+ "@tag": "draftjs",
384
+ "@l10n": true
385
+ },
386
+ "credit": {
387
+ "type": "object",
388
+ "title": "Credit",
389
+ "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
390
+ "@tag": "draftjs",
391
+ "@l10n": true
392
+ },
393
+ "path": {
394
+ "type": "string",
395
+ "title": "Path",
396
+ "@l10n": false,
397
+ "minLength": 1,
398
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5"
399
+ },
400
+ "mimeType": {
401
+ "type": "string",
402
+ "title": "MIME type",
403
+ "@l10n": false,
404
+ "@mapping": "takeshape:local:Asset.SyCYX_Gq"
405
+ },
406
+ "sourceUrl": {
407
+ "type": "string",
408
+ "title": "Source URL",
409
+ "@l10n": false,
410
+ "@mapping": "takeshape:local:Asset.SJXSidnXE"
411
+ },
412
+ "uploadStatus": {
413
+ "type": "string",
414
+ "title": "Upload status",
415
+ "@l10n": false,
416
+ "@mapping": "takeshape:local:Asset.ByeAYXdG9"
417
+ },
418
+ "_shapeId": {
419
+ "type": "string",
420
+ "title": "Shape Id",
421
+ "enum": [
422
+ "ASSET"
423
+ ]
424
+ },
425
+ "_id": {
426
+ "title": "Id",
427
+ "type": "string"
428
+ },
429
+ "_version": {
430
+ "title": "Version",
431
+ "type": "integer"
432
+ },
433
+ "_shapeName": {
434
+ "title": "Shape Name",
435
+ "type": "string"
436
+ },
437
+ "_createdAt": {
438
+ "title": "Created",
439
+ "type": "string",
440
+ "format": "date-time"
441
+ },
442
+ "_createdBy": {
443
+ "title": "Created By",
444
+ "@ref": "local:TSUser",
445
+ "@input": {
446
+ "type": "string"
447
+ },
448
+ "@resolver": {
449
+ "name": "takeshape:getUser",
450
+ "service": "takeshape:local"
451
+ }
452
+ },
453
+ "_updatedAt": {
454
+ "title": "Updated",
455
+ "type": "string",
456
+ "format": "date-time"
457
+ },
458
+ "_updatedBy": {
459
+ "title": "Updated By",
460
+ "@ref": "local:TSUser",
461
+ "@input": {
462
+ "type": "string"
463
+ },
464
+ "@resolver": {
465
+ "name": "takeshape:getUser",
466
+ "service": "takeshape:local"
467
+ }
468
+ },
469
+ "_schemaVersion": {
470
+ "title": "Schema Version",
471
+ "type": "number"
472
+ },
473
+ "_enabled": {
474
+ "title": "Enabled",
475
+ "type": "boolean",
476
+ "@deprecationReason": "Use _status instead"
477
+ },
478
+ "_enabledAt": {
479
+ "title": "Enabled Date",
480
+ "type": "string",
481
+ "format": "date-time",
482
+ "@deprecationReason": "Use a custom date field instead"
483
+ },
484
+ "_status": {
485
+ "type": "string",
486
+ "title": "Status",
487
+ "@workflow": "default"
488
+ },
489
+ "_contentTypeId": {
490
+ "type": "string"
491
+ },
492
+ "_contentTypeName": {
493
+ "type": "string"
494
+ },
495
+ "s3Key": {
496
+ "title": "s3 key",
497
+ "type": "string",
498
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5",
499
+ "@deprecationReason": "Use path instead"
500
+ }
501
+ },
502
+ "required": [
503
+ "filename",
504
+ "path"
505
+ ]
506
+ }
507
+ },
508
+ "TSRelationship": {
509
+ "id": "TSRelationship",
510
+ "name": "TSRelationship",
511
+ "title": "Relationship",
512
+ "schema": {
513
+ "type": "object",
514
+ "properties": {
515
+ "shapeId": {
516
+ "type": "string"
517
+ },
518
+ "shapeName": {
519
+ "type": "string"
520
+ },
521
+ "contentTypeId": {
522
+ "type": "string",
523
+ "@deprecationReason": "Use shapeId instead"
524
+ },
525
+ "id": {
526
+ "type": "string"
527
+ }
528
+ },
529
+ "required": [
530
+ "id"
531
+ ]
532
+ }
533
+ },
534
+ "TsStaticSite": {
535
+ "id": "SITE",
536
+ "name": "TsStaticSite",
537
+ "title": "Static Site",
538
+ "model": {
539
+ "type": "multiple"
540
+ },
541
+ "schema": {
542
+ "type": "object",
543
+ "properties": {
544
+ "title": {
545
+ "type": "string",
546
+ "title": "Title",
547
+ "@l10n": false,
548
+ "minLength": 1,
549
+ "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
550
+ },
551
+ "baseUrl": {
552
+ "type": "string",
553
+ "title": "Base URL",
554
+ "@l10n": false,
555
+ "minLength": 1,
556
+ "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
557
+ },
558
+ "provider": {
559
+ "type": "string",
560
+ "default": "s3",
561
+ "title": "Provider",
562
+ "@l10n": false,
563
+ "oneOf": [
564
+ {
565
+ "enum": [
566
+ "s3"
567
+ ],
568
+ "title": "S3"
569
+ },
570
+ {
571
+ "enum": [
572
+ "gcs"
573
+ ],
574
+ "title": "Google Cloud Storage"
575
+ },
576
+ {
577
+ "enum": [
578
+ "ftp"
579
+ ],
580
+ "title": "FTP Client"
581
+ },
582
+ {
583
+ "enum": [
584
+ "azure"
585
+ ],
586
+ "title": "Azure Storage Account"
587
+ },
588
+ {
589
+ "enum": [
590
+ "netlify"
591
+ ],
592
+ "title": "Netlify"
593
+ },
594
+ {
595
+ "enum": [
596
+ "vercel"
597
+ ],
598
+ "title": "Vercel"
599
+ }
600
+ ],
601
+ "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
602
+ },
603
+ "idKey": {
604
+ "type": "string",
605
+ "title": "Id Key",
606
+ "@l10n": false,
607
+ "minLength": 1,
608
+ "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
609
+ },
610
+ "secretKey": {
611
+ "type": "string",
612
+ "title": "Secret Key",
613
+ "@l10n": false,
614
+ "@sensitive": true,
615
+ "minLength": 1,
616
+ "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
617
+ },
618
+ "destination": {
619
+ "type": "string",
620
+ "title": "Destination",
621
+ "@l10n": false,
622
+ "minLength": 1,
623
+ "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
624
+ },
625
+ "privateAcl": {
626
+ "type": "boolean",
627
+ "title": "Private ACL",
628
+ "@l10n": false,
629
+ "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
630
+ },
631
+ "environmentVariables": {
632
+ "type": "array",
633
+ "title": "Environment Variables",
634
+ "@l10n": false,
635
+ "items": {
636
+ "$ref": "#/shapes/TsStaticSiteEnvironmentVariables/schema"
637
+ },
638
+ "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
639
+ },
640
+ "triggers": {
641
+ "type": "array",
642
+ "title": "Publish Triggers",
643
+ "@l10n": false,
644
+ "items": {
645
+ "$ref": "#/shapes/TsStaticSiteTriggers/schema"
646
+ }
647
+ },
648
+ "templateHash": {
649
+ "type": "string",
650
+ "title": "Template Hash",
651
+ "@l10n": false,
652
+ "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
653
+ },
654
+ "_shapeId": {
655
+ "type": "string",
656
+ "title": "Shape Id",
657
+ "enum": [
658
+ "SITE"
659
+ ]
660
+ },
661
+ "_id": {
662
+ "title": "Id",
663
+ "type": "string"
664
+ },
665
+ "_version": {
666
+ "title": "Version",
667
+ "type": "integer"
668
+ },
669
+ "_shapeName": {
670
+ "title": "Shape Name",
671
+ "type": "string"
672
+ },
673
+ "_createdAt": {
674
+ "title": "Created",
675
+ "type": "string",
676
+ "format": "date-time"
677
+ },
678
+ "_createdBy": {
679
+ "title": "Created By",
680
+ "@ref": "local:TSUser",
681
+ "@input": {
682
+ "type": "string"
683
+ },
684
+ "@resolver": {
685
+ "name": "takeshape:getUser",
686
+ "service": "takeshape:local"
687
+ }
688
+ },
689
+ "_updatedAt": {
690
+ "title": "Updated",
691
+ "type": "string",
692
+ "format": "date-time"
693
+ },
694
+ "_updatedBy": {
695
+ "title": "Updated By",
696
+ "@ref": "local:TSUser",
697
+ "@input": {
698
+ "type": "string"
699
+ },
700
+ "@resolver": {
701
+ "name": "takeshape:getUser",
702
+ "service": "takeshape:local"
703
+ }
704
+ },
705
+ "_schemaVersion": {
706
+ "title": "Schema Version",
707
+ "type": "number"
708
+ },
709
+ "_enabled": {
710
+ "title": "Enabled",
711
+ "type": "boolean",
712
+ "@deprecationReason": "Use _status instead"
713
+ },
714
+ "_enabledAt": {
715
+ "title": "Enabled Date",
716
+ "type": "string",
717
+ "format": "date-time",
718
+ "@deprecationReason": "Use a custom date field instead"
719
+ },
720
+ "_status": {
721
+ "type": "string",
722
+ "title": "Status",
723
+ "@workflow": "default"
724
+ },
725
+ "_contentTypeId": {
726
+ "type": "string"
727
+ },
728
+ "_contentTypeName": {
729
+ "type": "string"
730
+ }
731
+ },
732
+ "required": [
733
+ "title",
734
+ "provider",
735
+ "destination"
736
+ ]
737
+ }
738
+ },
739
+ "TsStaticSiteEnvironmentVariables": {
740
+ "id": "9fj4UiNxY",
741
+ "name": "TsStaticSiteEnvironmentVariables",
742
+ "title": "Static Site EnvironmentVariables",
743
+ "schema": {
744
+ "type": "object",
745
+ "properties": {
746
+ "name": {
747
+ "type": "string",
748
+ "title": "Name",
749
+ "@mapping": "takeshape:local:TsStaticSite.J8sbHgfdI"
750
+ },
751
+ "value": {
752
+ "type": "string",
753
+ "title": "Value",
754
+ "@mapping": "takeshape:local:TsStaticSite.ndhh88DvG"
755
+ }
756
+ }
757
+ }
758
+ },
759
+ "TsStaticSiteTriggers": {
760
+ "id": "TsStaticSiteTriggers",
761
+ "name": "TsStaticSiteTriggers",
762
+ "title": "Static Site Triggers",
763
+ "schema": {
764
+ "type": "object",
765
+ "properties": {
766
+ "contentTypeId": {
767
+ "type": "string",
768
+ "title": "Content Type"
769
+ },
770
+ "status": {
771
+ "type": "string",
772
+ "title": "Workflow Status"
773
+ }
774
+ }
775
+ }
776
+ },
777
+ "TSUser": {
778
+ "id": "TSUser",
779
+ "name": "TSUser",
780
+ "title": "TSUser",
781
+ "schema": {
782
+ "type": "object",
783
+ "properties": {
784
+ "id": {
785
+ "type": "string"
786
+ },
787
+ "email": {
788
+ "type": "string"
789
+ },
790
+ "fullName": {
791
+ "type": "string"
792
+ },
793
+ "avatarPath": {
794
+ "type": "string"
795
+ }
796
+ },
797
+ "required": [
798
+ "id",
799
+ "email",
800
+ "fullName"
801
+ ]
802
+ }
803
+ },
804
+ "Stripe_ListProductsResponse": {
805
+ "id": "Stripe_ListProductsResponse",
806
+ "name": "Stripe_ListProductsResponse",
807
+ "title": "Stripe_ListProductsResponse",
808
+ "schema": {
809
+ "type": "object",
810
+ "properties": {
811
+ "data": {
812
+ "description": "Details about each object.",
813
+ "items": {
814
+ "@ref": "stripe:Product"
815
+ },
816
+ "type": "array"
817
+ },
818
+ "has_more": {
819
+ "description": "True if this list has another page of items after this one that can be fetched.",
820
+ "type": "boolean"
821
+ },
822
+ "object": {
823
+ "description": "String representing the object's type. Objects of the same type share the same value. Always has the value `list`.",
824
+ "enum": [
825
+ "list"
826
+ ]
827
+ },
828
+ "url": {
829
+ "description": "The URL where this list can be accessed.",
830
+ "maxLength": 5000,
831
+ "pattern": "^/v1/products",
832
+ "type": "string"
833
+ }
834
+ }
835
+ }
836
+ },
837
+ "Stripe_Product": {
838
+ "id": "Stripe_Product",
839
+ "name": "Stripe_Product",
840
+ "title": "Stripe_Product",
841
+ "schema": {
842
+ "type": "object",
843
+ "properties": {
844
+ "active": {
845
+ "description": "Whether the product is currently available for purchase.",
846
+ "type": "boolean"
847
+ },
848
+ "created": {
849
+ "description": "Time at which the object was created. Measured in seconds since the Unix epoch.",
850
+ "format": "unix-time",
851
+ "type": "integer"
852
+ },
853
+ "default_price": {
854
+ "oneOf": [
855
+ {
856
+ "@ref": "local:WrappedString"
857
+ },
858
+ {
859
+ "@ref": "stripe:Price"
860
+ }
861
+ ],
862
+ "@resolver": {
863
+ "name": "util:wrap",
864
+ "service": "takeshape:local"
865
+ }
866
+ },
867
+ "description": {
868
+ "description": "The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.",
869
+ "maxLength": 5000,
870
+ "type": "string"
871
+ },
872
+ "id": {
873
+ "description": "Unique identifier for the object.",
874
+ "maxLength": 5000,
875
+ "type": "string"
876
+ },
877
+ "images": {
878
+ "description": "A list of up to 8 URLs of images for this product, meant to be displayable to the customer.",
879
+ "items": {
880
+ "maxLength": 5000,
881
+ "type": "string"
882
+ },
883
+ "type": "array"
884
+ },
885
+ "livemode": {
886
+ "description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
887
+ "type": "boolean"
888
+ },
889
+ "metadata": {
890
+ "description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.",
891
+ "type": "object"
892
+ },
893
+ "name": {
894
+ "description": "The product's name, meant to be displayable to the customer.",
895
+ "maxLength": 5000,
896
+ "type": "string"
897
+ },
898
+ "object": {
899
+ "description": "String representing the object's type. Objects of the same type share the same value.",
900
+ "enum": [
901
+ "product"
902
+ ]
903
+ },
904
+ "package_dimensions": {
905
+ "@ref": "stripe:PackageDimensions"
906
+ },
907
+ "shippable": {
908
+ "description": "Whether this product is shipped (i.e., physical goods).",
909
+ "type": "boolean"
910
+ },
911
+ "statement_descriptor": {
912
+ "description": "Extra information about a product which will appear on your customer's credit card statement. In the case that multiple products are billed at once, the first statement descriptor will be used.",
913
+ "maxLength": 5000,
914
+ "type": "string"
915
+ },
916
+ "tax_code": {
917
+ "oneOf": [
918
+ {
919
+ "@ref": "local:WrappedString"
920
+ },
921
+ {
922
+ "@ref": "stripe:TaxCode"
923
+ }
924
+ ],
925
+ "@resolver": {
926
+ "name": "util:wrap",
927
+ "service": "takeshape:local"
928
+ }
929
+ },
930
+ "unit_label": {
931
+ "description": "A label that represents units of this product in Stripe and on customers’ receipts and invoices. When set, this will be included in associated invoice line item descriptions.",
932
+ "maxLength": 5000,
933
+ "type": "string"
934
+ },
935
+ "updated": {
936
+ "description": "Time at which the object was last updated. Measured in seconds since the Unix epoch.",
937
+ "format": "unix-time",
938
+ "type": "integer"
939
+ },
940
+ "url": {
941
+ "description": "A URL of a publicly-accessible webpage for this product.",
942
+ "maxLength": 2048,
943
+ "type": "string"
944
+ },
945
+ "_shapeId": {
946
+ "type": "string",
947
+ "title": "Shape Id",
948
+ "enum": [
949
+ "Stripe_Product"
950
+ ]
951
+ },
952
+ "_id": {
953
+ "title": "Id",
954
+ "type": "string"
955
+ }
956
+ }
957
+ }
958
+ },
959
+ "WrappedString": {
960
+ "id": "WrappedString",
961
+ "name": "WrappedString",
962
+ "title": "WrappedString",
963
+ "schema": {
964
+ "type": "object",
965
+ "properties": {
966
+ "value": {
967
+ "type": "string"
968
+ }
969
+ },
970
+ "required": [
971
+ "value"
972
+ ],
973
+ "additionalProperties": false
974
+ }
975
+ },
976
+ "Stripe_Price": {
977
+ "id": "Stripe_Price",
978
+ "name": "Stripe_Price",
979
+ "title": "Stripe_Price",
980
+ "schema": {
981
+ "type": "object",
982
+ "properties": {
983
+ "active": {
984
+ "description": "Whether the price can be used for new purchases.",
985
+ "type": "boolean"
986
+ },
987
+ "billing_scheme": {
988
+ "description": "Describes how to compute the price per period. Either `per_unit` or `tiered`. `per_unit` indicates that the fixed amount (specified in `unit_amount` or `unit_amount_decimal`) will be charged per unit in `quantity` (for prices with `usage_type=licensed`), or per unit of total usage (for prices with `usage_type=metered`). `tiered` indicates that the unit pricing will be computed using a tiering strategy as defined using the `tiers` and `tiers_mode` attributes.",
989
+ "enum": [
990
+ "per_unit",
991
+ "tiered"
992
+ ]
993
+ },
994
+ "created": {
995
+ "description": "Time at which the object was created. Measured in seconds since the Unix epoch.",
996
+ "format": "unix-time",
997
+ "type": "integer"
998
+ },
999
+ "currency": {
1000
+ "description": "Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).",
1001
+ "type": "string"
1002
+ },
1003
+ "currency_options": {
1004
+ "description": "Prices defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).",
1005
+ "type": "object"
1006
+ },
1007
+ "custom_unit_amount": {
1008
+ "@ref": "stripe:CustomUnitAmount"
1009
+ },
1010
+ "id": {
1011
+ "description": "Unique identifier for the object.",
1012
+ "maxLength": 5000,
1013
+ "type": "string"
1014
+ },
1015
+ "livemode": {
1016
+ "description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
1017
+ "type": "boolean"
1018
+ },
1019
+ "lookup_key": {
1020
+ "description": "A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters.",
1021
+ "maxLength": 5000,
1022
+ "type": "string"
1023
+ },
1024
+ "metadata": {
1025
+ "description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.",
1026
+ "type": "object"
1027
+ },
1028
+ "nickname": {
1029
+ "description": "A brief description of the price, hidden from customers.",
1030
+ "maxLength": 5000,
1031
+ "type": "string"
1032
+ },
1033
+ "object": {
1034
+ "description": "String representing the object's type. Objects of the same type share the same value.",
1035
+ "enum": [
1036
+ "price"
1037
+ ]
1038
+ },
1039
+ "product": {
1040
+ "oneOf": [
1041
+ {
1042
+ "@ref": "local:WrappedString"
1043
+ },
1044
+ {
1045
+ "@ref": "stripe:Product"
1046
+ },
1047
+ {
1048
+ "@ref": "stripe:DeletedProduct"
1049
+ }
1050
+ ],
1051
+ "@resolver": {
1052
+ "name": "util:wrap",
1053
+ "service": "takeshape:local"
1054
+ }
1055
+ },
1056
+ "recurring": {
1057
+ "@ref": "stripe:Recurring"
1058
+ },
1059
+ "tax_behavior": {
1060
+ "description": "Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.",
1061
+ "enum": [
1062
+ "exclusive",
1063
+ "inclusive",
1064
+ "unspecified",
1065
+ null
1066
+ ]
1067
+ },
1068
+ "tiers": {
1069
+ "description": "Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.",
1070
+ "items": {
1071
+ "@ref": "stripe:PriceTier"
1072
+ },
1073
+ "type": "array"
1074
+ },
1075
+ "tiers_mode": {
1076
+ "description": "Defines if the tiering price should be `graduated` or `volume` based. In `volume`-based tiering, the maximum quantity within a period determines the per unit price. In `graduated` tiering, pricing can change as the quantity grows.",
1077
+ "enum": [
1078
+ "graduated",
1079
+ "volume",
1080
+ null
1081
+ ]
1082
+ },
1083
+ "transform_quantity": {
1084
+ "@ref": "stripe:TransformQuantity"
1085
+ },
1086
+ "type": {
1087
+ "description": "One of `one_time` or `recurring` depending on whether the price is for a one-time purchase or a recurring (subscription) purchase.",
1088
+ "enum": [
1089
+ "one_time",
1090
+ "recurring"
1091
+ ]
1092
+ },
1093
+ "unit_amount": {
1094
+ "description": "The unit amount in %s to be charged, represented as a whole integer if possible. Only set if `billing_scheme=per_unit`.",
1095
+ "type": "integer"
1096
+ },
1097
+ "unit_amount_decimal": {
1098
+ "description": "The unit amount in %s to be charged, represented as a decimal string with at most 12 decimal places. Only set if `billing_scheme=per_unit`.",
1099
+ "format": "decimal",
1100
+ "type": "string"
1101
+ }
1102
+ }
1103
+ }
1104
+ },
1105
+ "Stripe_PackageDimensions": {
1106
+ "id": "Stripe_PackageDimensions",
1107
+ "name": "Stripe_PackageDimensions",
1108
+ "title": "Stripe_PackageDimensions",
1109
+ "schema": {
1110
+ "type": "object",
1111
+ "properties": {
1112
+ "height": {
1113
+ "description": "Height, in inches.",
1114
+ "type": "number"
1115
+ },
1116
+ "length": {
1117
+ "description": "Length, in inches.",
1118
+ "type": "number"
1119
+ },
1120
+ "weight": {
1121
+ "description": "Weight, in ounces.",
1122
+ "type": "number"
1123
+ },
1124
+ "width": {
1125
+ "description": "Width, in inches.",
1126
+ "type": "number"
1127
+ }
1128
+ }
1129
+ }
1130
+ },
1131
+ "Stripe_TaxCode": {
1132
+ "id": "Stripe_TaxCode",
1133
+ "name": "Stripe_TaxCode",
1134
+ "title": "Stripe_TaxCode",
1135
+ "schema": {
1136
+ "type": "object",
1137
+ "properties": {
1138
+ "description": {
1139
+ "description": "A detailed description of which types of products the tax code represents.",
1140
+ "maxLength": 5000,
1141
+ "type": "string"
1142
+ },
1143
+ "id": {
1144
+ "description": "Unique identifier for the object.",
1145
+ "maxLength": 5000,
1146
+ "type": "string"
1147
+ },
1148
+ "name": {
1149
+ "description": "A short name for the tax code.",
1150
+ "maxLength": 5000,
1151
+ "type": "string"
1152
+ },
1153
+ "object": {
1154
+ "description": "String representing the object's type. Objects of the same type share the same value.",
1155
+ "enum": [
1156
+ "tax_code"
1157
+ ]
1158
+ }
1159
+ }
1160
+ }
1161
+ },
1162
+ "Stripe_CustomUnitAmount": {
1163
+ "id": "Stripe_CustomUnitAmount",
1164
+ "name": "Stripe_CustomUnitAmount",
1165
+ "title": "Stripe_CustomUnitAmount",
1166
+ "schema": {
1167
+ "type": "object",
1168
+ "properties": {
1169
+ "maximum": {
1170
+ "description": "The maximum unit amount the customer can specify for this item.",
1171
+ "type": "integer"
1172
+ },
1173
+ "minimum": {
1174
+ "description": "The minimum unit amount the customer can specify for this item. Must be at least the minimum charge amount.",
1175
+ "type": "integer"
1176
+ },
1177
+ "preset": {
1178
+ "description": "The starting unit amount which can be updated by the customer.",
1179
+ "type": "integer"
1180
+ }
1181
+ }
1182
+ }
1183
+ },
1184
+ "Stripe_DeletedProduct": {
1185
+ "id": "Stripe_DeletedProduct",
1186
+ "name": "Stripe_DeletedProduct",
1187
+ "title": "Stripe_DeletedProduct",
1188
+ "schema": {
1189
+ "type": "object",
1190
+ "properties": {
1191
+ "deleted": {
1192
+ "description": "Always true for a deleted object",
1193
+ "type": "boolean"
1194
+ },
1195
+ "id": {
1196
+ "description": "Unique identifier for the object.",
1197
+ "maxLength": 5000,
1198
+ "type": "string"
1199
+ },
1200
+ "object": {
1201
+ "description": "String representing the object's type. Objects of the same type share the same value.",
1202
+ "enum": [
1203
+ "product"
1204
+ ]
1205
+ }
1206
+ }
1207
+ }
1208
+ },
1209
+ "Stripe_Recurring": {
1210
+ "id": "Stripe_Recurring",
1211
+ "name": "Stripe_Recurring",
1212
+ "title": "Stripe_Recurring",
1213
+ "schema": {
1214
+ "type": "object",
1215
+ "properties": {
1216
+ "aggregate_usage": {
1217
+ "description": "Specifies a usage aggregation strategy for prices of `usage_type=metered`. Allowed values are `sum` for summing up all usage during a period, `last_during_period` for using the last usage record reported within a period, `last_ever` for using the last usage record ever (across period bounds) or `max` which uses the usage record with the maximum reported usage during a period. Defaults to `sum`.",
1218
+ "enum": [
1219
+ "last_during_period",
1220
+ "last_ever",
1221
+ "max",
1222
+ "sum",
1223
+ null
1224
+ ]
1225
+ },
1226
+ "interval": {
1227
+ "description": "The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.",
1228
+ "enum": [
1229
+ "day",
1230
+ "month",
1231
+ "week",
1232
+ "year"
1233
+ ]
1234
+ },
1235
+ "interval_count": {
1236
+ "description": "The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months.",
1237
+ "type": "integer"
1238
+ },
1239
+ "usage_type": {
1240
+ "description": "Configures how the quantity per period should be determined. Can be either `metered` or `licensed`. `licensed` automatically bills the `quantity` set when adding it to a subscription. `metered` aggregates the total usage based on usage records. Defaults to `licensed`.",
1241
+ "enum": [
1242
+ "licensed",
1243
+ "metered"
1244
+ ]
1245
+ }
1246
+ }
1247
+ }
1248
+ },
1249
+ "Stripe_PriceTier": {
1250
+ "id": "Stripe_PriceTier",
1251
+ "name": "Stripe_PriceTier",
1252
+ "title": "Stripe_PriceTier",
1253
+ "schema": {
1254
+ "type": "object",
1255
+ "properties": {
1256
+ "flat_amount": {
1257
+ "description": "Price for the entire tier.",
1258
+ "type": "integer"
1259
+ },
1260
+ "flat_amount_decimal": {
1261
+ "description": "Same as `flat_amount`, but contains a decimal value with at most 12 decimal places.",
1262
+ "format": "decimal",
1263
+ "type": "string"
1264
+ },
1265
+ "unit_amount": {
1266
+ "description": "Per unit price for units relevant to the tier.",
1267
+ "type": "integer"
1268
+ },
1269
+ "unit_amount_decimal": {
1270
+ "description": "Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.",
1271
+ "format": "decimal",
1272
+ "type": "string"
1273
+ },
1274
+ "up_to": {
1275
+ "description": "Up to and including to this quantity will be contained in the tier.",
1276
+ "type": "integer"
1277
+ }
1278
+ }
1279
+ }
1280
+ },
1281
+ "Stripe_TransformQuantity": {
1282
+ "id": "Stripe_TransformQuantity",
1283
+ "name": "Stripe_TransformQuantity",
1284
+ "title": "Stripe_TransformQuantity",
1285
+ "schema": {
1286
+ "type": "object",
1287
+ "properties": {
1288
+ "divide_by": {
1289
+ "description": "Divide usage by this number.",
1290
+ "type": "integer"
1291
+ },
1292
+ "round": {
1293
+ "description": "After division, either round the result `up` or `down`.",
1294
+ "enum": [
1295
+ "down",
1296
+ "up"
1297
+ ]
1298
+ }
1299
+ }
1300
+ }
1301
+ },
1302
+ "TSSearchable": {
1303
+ "name": "TSSearchable",
1304
+ "id": "TSSearchable",
1305
+ "title": "TSSearchable",
1306
+ "schema": {
1307
+ "type": "object",
1308
+ "properties": {}
1309
+ }
1310
+ },
1311
+ "AssetTSGetArgs": {
1312
+ "name": "AssetTSGetArgs",
1313
+ "id": "AssetTSGetArgs",
1314
+ "title": "AssetTSGetArgs",
1315
+ "schema": {
1316
+ "type": "object",
1317
+ "properties": {
1318
+ "_id": {
1319
+ "type": "string"
1320
+ },
1321
+ "locale": {
1322
+ "type": "string"
1323
+ },
1324
+ "enableLocaleFallback": {
1325
+ "type": "boolean",
1326
+ "default": true
1327
+ }
1328
+ },
1329
+ "required": [
1330
+ "_id"
1331
+ ]
1332
+ }
1333
+ },
1334
+ "TSWhereAssetInput": {
1335
+ "name": "TSWhereAssetInput",
1336
+ "id": "TSWhereAssetInput",
1337
+ "title": "TSWhereAssetInput",
1338
+ "schema": {
1339
+ "type": "object",
1340
+ "properties": {
1341
+ "title": {
1342
+ "@ref": "local:TSWhereString"
1343
+ },
1344
+ "description": {
1345
+ "@ref": "local:TSWhereString"
1346
+ },
1347
+ "filename": {
1348
+ "@ref": "local:TSWhereString"
1349
+ },
1350
+ "caption": {
1351
+ "@ref": "local:TSWhereDraftjs"
1352
+ },
1353
+ "credit": {
1354
+ "@ref": "local:TSWhereDraftjs"
1355
+ },
1356
+ "path": {
1357
+ "@ref": "local:TSWhereString"
1358
+ },
1359
+ "mimeType": {
1360
+ "@ref": "local:TSWhereString"
1361
+ },
1362
+ "sourceUrl": {
1363
+ "@ref": "local:TSWhereString"
1364
+ },
1365
+ "uploadStatus": {
1366
+ "@ref": "local:TSWhereString"
1367
+ },
1368
+ "_shapeId": {
1369
+ "@ref": "local:TSWhereID"
1370
+ },
1371
+ "_id": {
1372
+ "@ref": "local:TSWhereID"
1373
+ },
1374
+ "_version": {
1375
+ "@ref": "local:TSWhereInteger"
1376
+ },
1377
+ "_shapeName": {
1378
+ "@ref": "local:TSWhereString"
1379
+ },
1380
+ "_createdAt": {
1381
+ "@ref": "local:TSWhereDate"
1382
+ },
1383
+ "_updatedAt": {
1384
+ "@ref": "local:TSWhereDate"
1385
+ },
1386
+ "_schemaVersion": {
1387
+ "@ref": "local:TSWhereNumber"
1388
+ },
1389
+ "_status": {
1390
+ "@ref": "local:TSWhereWorkflow"
1391
+ },
1392
+ "_contentTypeId": {
1393
+ "@ref": "local:TSWhereID"
1394
+ },
1395
+ "_contentTypeName": {
1396
+ "@ref": "local:TSWhereString"
1397
+ },
1398
+ "s3Key": {
1399
+ "@ref": "local:TSWhereString"
1400
+ },
1401
+ "AND": {
1402
+ "type": "array",
1403
+ "items": {
1404
+ "@ref": "local:TSWhereAssetInput"
1405
+ }
1406
+ },
1407
+ "OR": {
1408
+ "type": "array",
1409
+ "items": {
1410
+ "@ref": "local:TSWhereAssetInput"
1411
+ }
1412
+ },
1413
+ "NOT": {
1414
+ "@ref": "local:TSWhereAssetInput"
1415
+ }
1416
+ }
1417
+ }
1418
+ },
1419
+ "TSWhereString": {
1420
+ "name": "TSWhereString",
1421
+ "id": "TSWhereString",
1422
+ "title": "TSWhereString",
1423
+ "schema": {
1424
+ "type": "object",
1425
+ "properties": {
1426
+ "eq": {
1427
+ "description": "Exact match",
1428
+ "type": "string"
1429
+ },
1430
+ "in": {
1431
+ "type": "array",
1432
+ "items": {
1433
+ "type": "string"
1434
+ },
1435
+ "description": "Array of possible exact match values."
1436
+ },
1437
+ "match": {
1438
+ "description": "Full text searching with fuzzy matching.",
1439
+ "type": "string"
1440
+ },
1441
+ "regexp": {
1442
+ "description": "Regular expression string matching. Use of * wildcards could degrade performance.",
1443
+ "type": "string"
1444
+ }
1445
+ }
1446
+ }
1447
+ },
1448
+ "TSWhereDraftjs": {
1449
+ "name": "TSWhereDraftjs",
1450
+ "id": "TSWhereDraftjs",
1451
+ "title": "TSWhereDraftjs",
1452
+ "schema": {
1453
+ "type": "object",
1454
+ "properties": {
1455
+ "match": {
1456
+ "description": "Full text searching with fuzzy matching.",
1457
+ "type": "string"
1458
+ }
1459
+ }
1460
+ }
1461
+ },
1462
+ "TSWhereID": {
1463
+ "name": "TSWhereID",
1464
+ "id": "TSWhereID",
1465
+ "title": "TSWhereID",
1466
+ "schema": {
1467
+ "type": "object",
1468
+ "properties": {
1469
+ "eq": {
1470
+ "description": "Exact match",
1471
+ "type": "string"
1472
+ },
1473
+ "in": {
1474
+ "type": "array",
1475
+ "items": {
1476
+ "type": "string"
1477
+ },
1478
+ "description": "Array of possible exact match values."
1479
+ }
1480
+ }
1481
+ }
1482
+ },
1483
+ "TSWhereInteger": {
1484
+ "name": "TSWhereInteger",
1485
+ "id": "TSWhereInteger",
1486
+ "title": "TSWhereInteger",
1487
+ "schema": {
1488
+ "type": "object",
1489
+ "properties": {
1490
+ "eq": {
1491
+ "description": "Exact match",
1492
+ "type": "integer"
1493
+ },
1494
+ "lt": {
1495
+ "description": "Less than",
1496
+ "type": "integer"
1497
+ },
1498
+ "lte": {
1499
+ "description": "Less than or equal",
1500
+ "type": "integer"
1501
+ },
1502
+ "gt": {
1503
+ "description": "Greater than",
1504
+ "type": "integer"
1505
+ },
1506
+ "gte": {
1507
+ "description": "Greater than or equal",
1508
+ "type": "integer"
1509
+ },
1510
+ "in": {
1511
+ "type": "array",
1512
+ "items": {
1513
+ "type": "integer"
1514
+ },
1515
+ "description": "Array of possible exact match values."
1516
+ }
1517
+ }
1518
+ }
1519
+ },
1520
+ "TSWhereDate": {
1521
+ "name": "TSWhereDate",
1522
+ "id": "TSWhereDate",
1523
+ "title": "TSWhereDate",
1524
+ "schema": {
1525
+ "type": "object",
1526
+ "properties": {
1527
+ "eq": {
1528
+ "description": "Exact match",
1529
+ "type": "string"
1530
+ },
1531
+ "lt": {
1532
+ "description": "Less than",
1533
+ "type": "string"
1534
+ },
1535
+ "lte": {
1536
+ "description": "Less than or equal",
1537
+ "type": "string"
1538
+ },
1539
+ "gt": {
1540
+ "description": "Greater than",
1541
+ "type": "string"
1542
+ },
1543
+ "gte": {
1544
+ "description": "Greater than or equal",
1545
+ "type": "string"
1546
+ }
1547
+ }
1548
+ }
1549
+ },
1550
+ "TSWhereNumber": {
1551
+ "name": "TSWhereNumber",
1552
+ "id": "TSWhereNumber",
1553
+ "title": "TSWhereNumber",
1554
+ "schema": {
1555
+ "type": "object",
1556
+ "properties": {
1557
+ "eq": {
1558
+ "description": "Exact match",
1559
+ "type": "number"
1560
+ },
1561
+ "lt": {
1562
+ "description": "Less than",
1563
+ "type": "number"
1564
+ },
1565
+ "lte": {
1566
+ "description": "Less than or equal",
1567
+ "type": "number"
1568
+ },
1569
+ "gt": {
1570
+ "description": "Greater than",
1571
+ "type": "number"
1572
+ },
1573
+ "gte": {
1574
+ "description": "Greater than or equal",
1575
+ "type": "number"
1576
+ },
1577
+ "in": {
1578
+ "type": "array",
1579
+ "items": {
1580
+ "type": "number"
1581
+ },
1582
+ "description": "Array of possible exact match values."
1583
+ }
1584
+ }
1585
+ }
1586
+ },
1587
+ "TSWhereWorkflow": {
1588
+ "name": "TSWhereWorkflow",
1589
+ "id": "TSWhereWorkflow",
1590
+ "title": "TSWhereWorkflow",
1591
+ "schema": {
1592
+ "type": "object",
1593
+ "properties": {
1594
+ "eq": {
1595
+ "description": "Exact match",
1596
+ "type": "string"
1597
+ },
1598
+ "lt": {
1599
+ "description": "Less than",
1600
+ "type": "string"
1601
+ },
1602
+ "lte": {
1603
+ "description": "Less than or equal",
1604
+ "type": "string"
1605
+ },
1606
+ "gt": {
1607
+ "description": "Greater than",
1608
+ "type": "string"
1609
+ },
1610
+ "gte": {
1611
+ "description": "Greater than or equal",
1612
+ "type": "string"
1613
+ },
1614
+ "in": {
1615
+ "type": "array",
1616
+ "items": {
1617
+ "type": "string"
1618
+ },
1619
+ "description": "Array of possible exact match values."
1620
+ }
1621
+ }
1622
+ }
1623
+ },
1624
+ "TSSearchSortInput": {
1625
+ "name": "TSSearchSortInput",
1626
+ "id": "TSSearchSortInput",
1627
+ "title": "TSSearchSortInput",
1628
+ "schema": {
1629
+ "type": "object",
1630
+ "properties": {
1631
+ "field": {
1632
+ "type": "string"
1633
+ },
1634
+ "order": {
1635
+ "type": "string",
1636
+ "description": "\"asc\" for ascending or \"desc\" for descending"
1637
+ }
1638
+ },
1639
+ "required": [
1640
+ "field",
1641
+ "order"
1642
+ ]
1643
+ }
1644
+ },
1645
+ "AssetTSListArgs": {
1646
+ "name": "AssetTSListArgs",
1647
+ "id": "AssetTSListArgs",
1648
+ "title": "AssetTSListArgs",
1649
+ "schema": {
1650
+ "type": "object",
1651
+ "properties": {
1652
+ "terms": {
1653
+ "type": "string"
1654
+ },
1655
+ "from": {
1656
+ "type": "integer",
1657
+ "description": "The offset from the first result you want to fetch."
1658
+ },
1659
+ "size": {
1660
+ "type": "integer",
1661
+ "description": "The maximum number of items to return."
1662
+ },
1663
+ "filter": {
1664
+ "type": "object",
1665
+ "description": "An elasticsearch style filter. Overrides onlyEnabled."
1666
+ },
1667
+ "sort": {
1668
+ "type": "array",
1669
+ "description": "An list of fields to sort by.",
1670
+ "items": {
1671
+ "@ref": "local:TSSearchSortInput"
1672
+ }
1673
+ },
1674
+ "locale": {
1675
+ "type": "string"
1676
+ },
1677
+ "enableLocaleFallback": {
1678
+ "type": "boolean",
1679
+ "default": true
1680
+ },
1681
+ "onlyEnabled": {
1682
+ "type": "boolean",
1683
+ "default": true,
1684
+ "description": "Filter out content that is not enabled. Defaults to true."
1685
+ },
1686
+ "where": {
1687
+ "@ref": "local:TSWhereAssetInput",
1688
+ "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."
1689
+ }
1690
+ }
1691
+ }
1692
+ },
1693
+ "AssetPaginatedList": {
1694
+ "name": "AssetPaginatedList",
1695
+ "id": "AssetPaginatedList",
1696
+ "title": "AssetPaginatedList",
1697
+ "schema": {
1698
+ "type": "object",
1699
+ "properties": {
1700
+ "items": {
1701
+ "type": "array",
1702
+ "items": {
1703
+ "@ref": "local:Asset"
1704
+ }
1705
+ },
1706
+ "total": {
1707
+ "type": "integer"
1708
+ }
1709
+ },
1710
+ "required": [
1711
+ "items",
1712
+ "total"
1713
+ ]
1714
+ }
1715
+ },
1716
+ "TsStaticSiteTSGetArgs": {
1717
+ "name": "TsStaticSiteTSGetArgs",
1718
+ "id": "TsStaticSiteTSGetArgs",
1719
+ "title": "TsStaticSiteTSGetArgs",
1720
+ "schema": {
1721
+ "type": "object",
1722
+ "properties": {
1723
+ "_id": {
1724
+ "type": "string"
1725
+ },
1726
+ "locale": {
1727
+ "type": "string"
1728
+ },
1729
+ "enableLocaleFallback": {
1730
+ "type": "boolean",
1731
+ "default": true
1732
+ }
1733
+ },
1734
+ "required": [
1735
+ "_id"
1736
+ ]
1737
+ }
1738
+ },
1739
+ "TSWhereTsStaticSiteInput": {
1740
+ "name": "TSWhereTsStaticSiteInput",
1741
+ "id": "TSWhereTsStaticSiteInput",
1742
+ "title": "TSWhereTsStaticSiteInput",
1743
+ "schema": {
1744
+ "type": "object",
1745
+ "properties": {
1746
+ "title": {
1747
+ "@ref": "local:TSWhereString"
1748
+ },
1749
+ "baseUrl": {
1750
+ "@ref": "local:TSWhereString"
1751
+ },
1752
+ "provider": {
1753
+ "@ref": "local:TSWhereString"
1754
+ },
1755
+ "idKey": {
1756
+ "@ref": "local:TSWhereString"
1757
+ },
1758
+ "destination": {
1759
+ "@ref": "local:TSWhereString"
1760
+ },
1761
+ "privateAcl": {
1762
+ "@ref": "local:TSWhereBoolean"
1763
+ },
1764
+ "environmentVariables": {
1765
+ "@ref": "local:TSWhereTsStaticSiteEnvironmentVariables"
1766
+ },
1767
+ "triggers": {
1768
+ "@ref": "local:TSWhereTsStaticSiteTriggers"
1769
+ },
1770
+ "templateHash": {
1771
+ "@ref": "local:TSWhereString"
1772
+ },
1773
+ "_shapeId": {
1774
+ "@ref": "local:TSWhereID"
1775
+ },
1776
+ "_id": {
1777
+ "@ref": "local:TSWhereID"
1778
+ },
1779
+ "_version": {
1780
+ "@ref": "local:TSWhereInteger"
1781
+ },
1782
+ "_shapeName": {
1783
+ "@ref": "local:TSWhereString"
1784
+ },
1785
+ "_createdAt": {
1786
+ "@ref": "local:TSWhereDate"
1787
+ },
1788
+ "_updatedAt": {
1789
+ "@ref": "local:TSWhereDate"
1790
+ },
1791
+ "_schemaVersion": {
1792
+ "@ref": "local:TSWhereNumber"
1793
+ },
1794
+ "_status": {
1795
+ "@ref": "local:TSWhereWorkflow"
1796
+ },
1797
+ "_contentTypeId": {
1798
+ "@ref": "local:TSWhereID"
1799
+ },
1800
+ "_contentTypeName": {
1801
+ "@ref": "local:TSWhereString"
1802
+ },
1803
+ "AND": {
1804
+ "type": "array",
1805
+ "items": {
1806
+ "@ref": "local:TSWhereTsStaticSiteInput"
1807
+ }
1808
+ },
1809
+ "OR": {
1810
+ "type": "array",
1811
+ "items": {
1812
+ "@ref": "local:TSWhereTsStaticSiteInput"
1813
+ }
1814
+ },
1815
+ "NOT": {
1816
+ "@ref": "local:TSWhereTsStaticSiteInput"
1817
+ }
1818
+ }
1819
+ }
1820
+ },
1821
+ "TSWhereBoolean": {
1822
+ "name": "TSWhereBoolean",
1823
+ "id": "TSWhereBoolean",
1824
+ "title": "TSWhereBoolean",
1825
+ "schema": {
1826
+ "type": "object",
1827
+ "properties": {
1828
+ "eq": {
1829
+ "description": "Exact match",
1830
+ "type": "boolean"
1831
+ }
1832
+ }
1833
+ }
1834
+ },
1835
+ "TSWhereTsStaticSiteEnvironmentVariables": {
1836
+ "name": "TSWhereTsStaticSiteEnvironmentVariables",
1837
+ "id": "TSWhereTsStaticSiteEnvironmentVariables",
1838
+ "title": "TSWhereTsStaticSiteEnvironmentVariables",
1839
+ "schema": {
1840
+ "type": "object",
1841
+ "properties": {
1842
+ "name": {
1843
+ "@ref": "local:TSWhereString"
1844
+ },
1845
+ "value": {
1846
+ "@ref": "local:TSWhereString"
1847
+ }
1848
+ }
1849
+ }
1850
+ },
1851
+ "TSWhereTsStaticSiteTriggers": {
1852
+ "name": "TSWhereTsStaticSiteTriggers",
1853
+ "id": "TSWhereTsStaticSiteTriggers",
1854
+ "title": "TSWhereTsStaticSiteTriggers",
1855
+ "schema": {
1856
+ "type": "object",
1857
+ "properties": {
1858
+ "contentTypeId": {
1859
+ "@ref": "local:TSWhereString"
1860
+ },
1861
+ "status": {
1862
+ "@ref": "local:TSWhereString"
1863
+ }
1864
+ }
1865
+ }
1866
+ },
1867
+ "TsStaticSiteTSListArgs": {
1868
+ "name": "TsStaticSiteTSListArgs",
1869
+ "id": "TsStaticSiteTSListArgs",
1870
+ "title": "TsStaticSiteTSListArgs",
1871
+ "schema": {
1872
+ "type": "object",
1873
+ "properties": {
1874
+ "terms": {
1875
+ "type": "string"
1876
+ },
1877
+ "from": {
1878
+ "type": "integer",
1879
+ "description": "The offset from the first result you want to fetch."
1880
+ },
1881
+ "size": {
1882
+ "type": "integer",
1883
+ "description": "The maximum number of items to return."
1884
+ },
1885
+ "filter": {
1886
+ "type": "object",
1887
+ "description": "An elasticsearch style filter. Overrides onlyEnabled."
1888
+ },
1889
+ "sort": {
1890
+ "type": "array",
1891
+ "description": "An list of fields to sort by.",
1892
+ "items": {
1893
+ "@ref": "local:TSSearchSortInput"
1894
+ }
1895
+ },
1896
+ "locale": {
1897
+ "type": "string"
1898
+ },
1899
+ "enableLocaleFallback": {
1900
+ "type": "boolean",
1901
+ "default": true
1902
+ },
1903
+ "onlyEnabled": {
1904
+ "type": "boolean",
1905
+ "default": true,
1906
+ "description": "Filter out content that is not enabled. Defaults to true."
1907
+ },
1908
+ "where": {
1909
+ "@ref": "local:TSWhereTsStaticSiteInput",
1910
+ "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."
1911
+ }
1912
+ }
1913
+ }
1914
+ },
1915
+ "TsStaticSitePaginatedList": {
1916
+ "name": "TsStaticSitePaginatedList",
1917
+ "id": "TsStaticSitePaginatedList",
1918
+ "title": "TsStaticSitePaginatedList",
1919
+ "schema": {
1920
+ "type": "object",
1921
+ "properties": {
1922
+ "items": {
1923
+ "type": "array",
1924
+ "items": {
1925
+ "@ref": "local:TsStaticSite"
1926
+ }
1927
+ },
1928
+ "total": {
1929
+ "type": "integer"
1930
+ }
1931
+ },
1932
+ "required": [
1933
+ "items",
1934
+ "total"
1935
+ ]
1936
+ }
1937
+ },
1938
+ "AssetTSSearchArgs": {
1939
+ "name": "AssetTSSearchArgs",
1940
+ "id": "AssetTSSearchArgs",
1941
+ "title": "AssetTSSearchArgs",
1942
+ "schema": {
1943
+ "type": "object",
1944
+ "properties": {
1945
+ "terms": {
1946
+ "type": "string"
1947
+ },
1948
+ "from": {
1949
+ "type": "integer",
1950
+ "description": "The offset from the first result you want to fetch."
1951
+ },
1952
+ "size": {
1953
+ "type": "integer",
1954
+ "description": "The maximum number of items to return."
1955
+ },
1956
+ "filter": {
1957
+ "type": "object",
1958
+ "description": "An elasticsearch style filter. Overrides onlyEnabled."
1959
+ },
1960
+ "sort": {
1961
+ "type": "array",
1962
+ "description": "An list of fields to sort by.",
1963
+ "items": {
1964
+ "@ref": "local:TSSearchSortInput"
1965
+ }
1966
+ },
1967
+ "locale": {
1968
+ "type": "string"
1969
+ },
1970
+ "enableLocaleFallback": {
1971
+ "type": "boolean",
1972
+ "default": true
1973
+ },
1974
+ "where": {
1975
+ "@ref": "local:TSWhereAssetInput",
1976
+ "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."
1977
+ }
1978
+ }
1979
+ }
1980
+ },
1981
+ "AssetSearchResults": {
1982
+ "name": "AssetSearchResults",
1983
+ "id": "AssetSearchResults",
1984
+ "title": "AssetSearchResults",
1985
+ "schema": {
1986
+ "type": "object",
1987
+ "properties": {
1988
+ "results": {
1989
+ "type": "array",
1990
+ "items": {
1991
+ "@ref": "local:Asset"
1992
+ }
1993
+ },
1994
+ "total": {
1995
+ "type": "integer"
1996
+ }
1997
+ },
1998
+ "required": [
1999
+ "results",
2000
+ "total"
2001
+ ]
2002
+ },
2003
+ "description": "Asset search results"
2004
+ },
2005
+ "TsStaticSiteTSSearchArgs": {
2006
+ "name": "TsStaticSiteTSSearchArgs",
2007
+ "id": "TsStaticSiteTSSearchArgs",
2008
+ "title": "TsStaticSiteTSSearchArgs",
2009
+ "schema": {
2010
+ "type": "object",
2011
+ "properties": {
2012
+ "terms": {
2013
+ "type": "string"
2014
+ },
2015
+ "from": {
2016
+ "type": "integer",
2017
+ "description": "The offset from the first result you want to fetch."
2018
+ },
2019
+ "size": {
2020
+ "type": "integer",
2021
+ "description": "The maximum number of items to return."
2022
+ },
2023
+ "filter": {
2024
+ "type": "object",
2025
+ "description": "An elasticsearch style filter. Overrides onlyEnabled."
2026
+ },
2027
+ "sort": {
2028
+ "type": "array",
2029
+ "description": "An list of fields to sort by.",
2030
+ "items": {
2031
+ "@ref": "local:TSSearchSortInput"
2032
+ }
2033
+ },
2034
+ "locale": {
2035
+ "type": "string"
2036
+ },
2037
+ "enableLocaleFallback": {
2038
+ "type": "boolean",
2039
+ "default": true
2040
+ },
2041
+ "where": {
2042
+ "@ref": "local:TSWhereTsStaticSiteInput",
2043
+ "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."
2044
+ }
2045
+ }
2046
+ }
2047
+ },
2048
+ "TsStaticSiteSearchResults": {
2049
+ "name": "TsStaticSiteSearchResults",
2050
+ "id": "TsStaticSiteSearchResults",
2051
+ "title": "TsStaticSiteSearchResults",
2052
+ "schema": {
2053
+ "type": "object",
2054
+ "properties": {
2055
+ "results": {
2056
+ "type": "array",
2057
+ "items": {
2058
+ "@ref": "local:TsStaticSite"
2059
+ }
2060
+ },
2061
+ "total": {
2062
+ "type": "integer"
2063
+ }
2064
+ },
2065
+ "required": [
2066
+ "results",
2067
+ "total"
2068
+ ]
2069
+ },
2070
+ "description": "TsStaticSite search results"
2071
+ },
2072
+ "TSWhereInput": {
2073
+ "name": "TSWhereInput",
2074
+ "id": "TSWhereInput",
2075
+ "title": "TSWhereInput",
2076
+ "schema": {
2077
+ "type": "object",
2078
+ "properties": {
2079
+ "title": {
2080
+ "@ref": "local:TSWhereString"
2081
+ },
2082
+ "description": {
2083
+ "@ref": "local:TSWhereString"
2084
+ },
2085
+ "filename": {
2086
+ "@ref": "local:TSWhereString"
2087
+ },
2088
+ "caption": {
2089
+ "@ref": "local:TSWhereDraftjs"
2090
+ },
2091
+ "credit": {
2092
+ "@ref": "local:TSWhereDraftjs"
2093
+ },
2094
+ "path": {
2095
+ "@ref": "local:TSWhereString"
2096
+ },
2097
+ "mimeType": {
2098
+ "@ref": "local:TSWhereString"
2099
+ },
2100
+ "sourceUrl": {
2101
+ "@ref": "local:TSWhereString"
2102
+ },
2103
+ "uploadStatus": {
2104
+ "@ref": "local:TSWhereString"
2105
+ },
2106
+ "_shapeId": {
2107
+ "@ref": "local:TSWhereID"
2108
+ },
2109
+ "_id": {
2110
+ "@ref": "local:TSWhereID"
2111
+ },
2112
+ "_version": {
2113
+ "@ref": "local:TSWhereInteger"
2114
+ },
2115
+ "_shapeName": {
2116
+ "@ref": "local:TSWhereString"
2117
+ },
2118
+ "_createdAt": {
2119
+ "@ref": "local:TSWhereDate"
2120
+ },
2121
+ "_updatedAt": {
2122
+ "@ref": "local:TSWhereDate"
2123
+ },
2124
+ "_schemaVersion": {
2125
+ "@ref": "local:TSWhereNumber"
2126
+ },
2127
+ "_status": {
2128
+ "@ref": "local:TSWhereWorkflow"
2129
+ },
2130
+ "_contentTypeId": {
2131
+ "@ref": "local:TSWhereID"
2132
+ },
2133
+ "_contentTypeName": {
2134
+ "@ref": "local:TSWhereString"
2135
+ },
2136
+ "s3Key": {
2137
+ "@ref": "local:TSWhereString"
2138
+ },
2139
+ "baseUrl": {
2140
+ "@ref": "local:TSWhereString"
2141
+ },
2142
+ "provider": {
2143
+ "@ref": "local:TSWhereString"
2144
+ },
2145
+ "idKey": {
2146
+ "@ref": "local:TSWhereString"
2147
+ },
2148
+ "destination": {
2149
+ "@ref": "local:TSWhereString"
2150
+ },
2151
+ "privateAcl": {
2152
+ "@ref": "local:TSWhereBoolean"
2153
+ },
2154
+ "environmentVariables": {
2155
+ "@ref": "local:TSWhereTsStaticSiteEnvironmentVariables"
2156
+ },
2157
+ "triggers": {
2158
+ "@ref": "local:TSWhereTsStaticSiteTriggers"
2159
+ },
2160
+ "templateHash": {
2161
+ "@ref": "local:TSWhereString"
2162
+ },
2163
+ "active": {
2164
+ "@ref": "local:TSWhereBoolean"
2165
+ },
2166
+ "created": {
2167
+ "@ref": "local:TSWhereInteger"
2168
+ },
2169
+ "default_price": {
2170
+ "@ref": "local:TSWhereStripe_PriceWrappedStringUnion"
2171
+ },
2172
+ "id": {
2173
+ "@ref": "local:TSWhereString"
2174
+ },
2175
+ "images": {
2176
+ "@ref": "local:TSWhereStripe_ProductImages"
2177
+ },
2178
+ "livemode": {
2179
+ "@ref": "local:TSWhereBoolean"
2180
+ },
2181
+ "name": {
2182
+ "@ref": "local:TSWhereString"
2183
+ },
2184
+ "object": {
2185
+ "@ref": "local:TSWhere"
2186
+ },
2187
+ "package_dimensions": {
2188
+ "@ref": "local:TSWhereStripe_PackageDimensions"
2189
+ },
2190
+ "shippable": {
2191
+ "@ref": "local:TSWhereBoolean"
2192
+ },
2193
+ "statement_descriptor": {
2194
+ "@ref": "local:TSWhereString"
2195
+ },
2196
+ "tax_code": {
2197
+ "@ref": "local:TSWhereStripe_TaxCodeWrappedStringUnion"
2198
+ },
2199
+ "unit_label": {
2200
+ "@ref": "local:TSWhereString"
2201
+ },
2202
+ "updated": {
2203
+ "@ref": "local:TSWhereInteger"
2204
+ },
2205
+ "url": {
2206
+ "@ref": "local:TSWhereString"
2207
+ },
2208
+ "AND": {
2209
+ "type": "array",
2210
+ "items": {
2211
+ "@ref": "local:TSWhereInput"
2212
+ }
2213
+ },
2214
+ "OR": {
2215
+ "type": "array",
2216
+ "items": {
2217
+ "@ref": "local:TSWhereInput"
2218
+ }
2219
+ },
2220
+ "NOT": {
2221
+ "@ref": "local:TSWhereInput"
2222
+ }
2223
+ }
2224
+ }
2225
+ },
2226
+ "TSWhereStripe_PriceWrappedStringUnion": {
2227
+ "name": "TSWhereStripe_PriceWrappedStringUnion",
2228
+ "id": "TSWhereStripe_PriceWrappedStringUnion",
2229
+ "title": "TSWhereStripe_PriceWrappedStringUnion",
2230
+ "schema": {
2231
+ "type": "object",
2232
+ "properties": {
2233
+ "value": {
2234
+ "@ref": "local:TSWhereString"
2235
+ },
2236
+ "active": {
2237
+ "@ref": "local:TSWhereBoolean"
2238
+ },
2239
+ "billing_scheme": {
2240
+ "@ref": "local:TSWhere"
2241
+ },
2242
+ "created": {
2243
+ "@ref": "local:TSWhereInteger"
2244
+ },
2245
+ "currency": {
2246
+ "@ref": "local:TSWhereString"
2247
+ },
2248
+ "custom_unit_amount": {
2249
+ "@ref": "local:TSWhereStripe_CustomUnitAmount"
2250
+ },
2251
+ "id": {
2252
+ "@ref": "local:TSWhereString"
2253
+ },
2254
+ "livemode": {
2255
+ "@ref": "local:TSWhereBoolean"
2256
+ },
2257
+ "lookup_key": {
2258
+ "@ref": "local:TSWhereString"
2259
+ },
2260
+ "nickname": {
2261
+ "@ref": "local:TSWhereString"
2262
+ },
2263
+ "object": {
2264
+ "@ref": "local:TSWhere"
2265
+ },
2266
+ "recurring": {
2267
+ "@ref": "local:TSWhereStripe_Recurring"
2268
+ },
2269
+ "tax_behavior": {
2270
+ "@ref": "local:TSWhere"
2271
+ },
2272
+ "tiers": {
2273
+ "@ref": "local:TSWhereStripe_PriceTier"
2274
+ },
2275
+ "tiers_mode": {
2276
+ "@ref": "local:TSWhere"
2277
+ },
2278
+ "transform_quantity": {
2279
+ "@ref": "local:TSWhereStripe_TransformQuantity"
2280
+ },
2281
+ "type": {
2282
+ "@ref": "local:TSWhere"
2283
+ },
2284
+ "unit_amount": {
2285
+ "@ref": "local:TSWhereInteger"
2286
+ },
2287
+ "unit_amount_decimal": {
2288
+ "@ref": "local:TSWhereString"
2289
+ }
2290
+ }
2291
+ }
2292
+ },
2293
+ "TSWhereStripe_ProductImages": {
2294
+ "name": "TSWhereStripe_ProductImages",
2295
+ "id": "TSWhereStripe_ProductImages",
2296
+ "title": "TSWhereStripe_ProductImages",
2297
+ "schema": {
2298
+ "type": "object",
2299
+ "properties": {
2300
+ "eq": {
2301
+ "description": "Exact match",
2302
+ "type": "string"
2303
+ },
2304
+ "in": {
2305
+ "type": "array",
2306
+ "items": {
2307
+ "type": "string"
2308
+ },
2309
+ "description": "Array of possible exact match values."
2310
+ },
2311
+ "match": {
2312
+ "description": "Full text searching with fuzzy matching.",
2313
+ "type": "string"
2314
+ },
2315
+ "regexp": {
2316
+ "description": "Regular expression string matching. Use of * wildcards could degrade performance.",
2317
+ "type": "string"
2318
+ }
2319
+ }
2320
+ }
2321
+ },
2322
+ "TSWhere": {
2323
+ "name": "TSWhere",
2324
+ "id": "TSWhere",
2325
+ "title": "TSWhere",
2326
+ "schema": {
2327
+ "type": "object",
2328
+ "properties": {
2329
+ "eq": {
2330
+ "description": "Exact match",
2331
+ "type": "string"
2332
+ },
2333
+ "in": {
2334
+ "type": "array",
2335
+ "items": {
2336
+ "type": "string"
2337
+ },
2338
+ "description": "Array of possible exact match values."
2339
+ },
2340
+ "match": {
2341
+ "description": "Full text searching with fuzzy matching.",
2342
+ "type": "string"
2343
+ },
2344
+ "regexp": {
2345
+ "description": "Regular expression string matching. Use of * wildcards could degrade performance.",
2346
+ "type": "string"
2347
+ }
2348
+ }
2349
+ }
2350
+ },
2351
+ "TSWhereStripe_PackageDimensions": {
2352
+ "name": "TSWhereStripe_PackageDimensions",
2353
+ "id": "TSWhereStripe_PackageDimensions",
2354
+ "title": "TSWhereStripe_PackageDimensions",
2355
+ "schema": {
2356
+ "type": "object",
2357
+ "properties": {
2358
+ "height": {
2359
+ "@ref": "local:TSWhereNumber"
2360
+ },
2361
+ "length": {
2362
+ "@ref": "local:TSWhereNumber"
2363
+ },
2364
+ "weight": {
2365
+ "@ref": "local:TSWhereNumber"
2366
+ },
2367
+ "width": {
2368
+ "@ref": "local:TSWhereNumber"
2369
+ }
2370
+ }
2371
+ }
2372
+ },
2373
+ "TSWhereStripe_TaxCodeWrappedStringUnion": {
2374
+ "name": "TSWhereStripe_TaxCodeWrappedStringUnion",
2375
+ "id": "TSWhereStripe_TaxCodeWrappedStringUnion",
2376
+ "title": "TSWhereStripe_TaxCodeWrappedStringUnion",
2377
+ "schema": {
2378
+ "type": "object",
2379
+ "properties": {
2380
+ "value": {
2381
+ "@ref": "local:TSWhereString"
2382
+ },
2383
+ "description": {
2384
+ "@ref": "local:TSWhereString"
2385
+ },
2386
+ "id": {
2387
+ "@ref": "local:TSWhereString"
2388
+ },
2389
+ "name": {
2390
+ "@ref": "local:TSWhereString"
2391
+ },
2392
+ "object": {
2393
+ "@ref": "local:TSWhere"
2394
+ }
2395
+ }
2396
+ }
2397
+ },
2398
+ "TSWhereStripe_CustomUnitAmount": {
2399
+ "name": "TSWhereStripe_CustomUnitAmount",
2400
+ "id": "TSWhereStripe_CustomUnitAmount",
2401
+ "title": "TSWhereStripe_CustomUnitAmount",
2402
+ "schema": {
2403
+ "type": "object",
2404
+ "properties": {
2405
+ "maximum": {
2406
+ "@ref": "local:TSWhereInteger"
2407
+ },
2408
+ "minimum": {
2409
+ "@ref": "local:TSWhereInteger"
2410
+ },
2411
+ "preset": {
2412
+ "@ref": "local:TSWhereInteger"
2413
+ }
2414
+ }
2415
+ }
2416
+ },
2417
+ "TSWhereStripe_Recurring": {
2418
+ "name": "TSWhereStripe_Recurring",
2419
+ "id": "TSWhereStripe_Recurring",
2420
+ "title": "TSWhereStripe_Recurring",
2421
+ "schema": {
2422
+ "type": "object",
2423
+ "properties": {
2424
+ "aggregate_usage": {
2425
+ "@ref": "local:TSWhere"
2426
+ },
2427
+ "interval": {
2428
+ "@ref": "local:TSWhere"
2429
+ },
2430
+ "interval_count": {
2431
+ "@ref": "local:TSWhereInteger"
2432
+ },
2433
+ "usage_type": {
2434
+ "@ref": "local:TSWhere"
2435
+ }
2436
+ }
2437
+ }
2438
+ },
2439
+ "TSWhereStripe_PriceTier": {
2440
+ "name": "TSWhereStripe_PriceTier",
2441
+ "id": "TSWhereStripe_PriceTier",
2442
+ "title": "TSWhereStripe_PriceTier",
2443
+ "schema": {
2444
+ "type": "object",
2445
+ "properties": {
2446
+ "flat_amount": {
2447
+ "@ref": "local:TSWhereInteger"
2448
+ },
2449
+ "flat_amount_decimal": {
2450
+ "@ref": "local:TSWhereString"
2451
+ },
2452
+ "unit_amount": {
2453
+ "@ref": "local:TSWhereInteger"
2454
+ },
2455
+ "unit_amount_decimal": {
2456
+ "@ref": "local:TSWhereString"
2457
+ },
2458
+ "up_to": {
2459
+ "@ref": "local:TSWhereInteger"
2460
+ }
2461
+ }
2462
+ }
2463
+ },
2464
+ "TSWhereStripe_TransformQuantity": {
2465
+ "name": "TSWhereStripe_TransformQuantity",
2466
+ "id": "TSWhereStripe_TransformQuantity",
2467
+ "title": "TSWhereStripe_TransformQuantity",
2468
+ "schema": {
2469
+ "type": "object",
2470
+ "properties": {
2471
+ "divide_by": {
2472
+ "@ref": "local:TSWhereInteger"
2473
+ },
2474
+ "round": {
2475
+ "@ref": "local:TSWhere"
2476
+ }
2477
+ }
2478
+ }
2479
+ },
2480
+ "TSSearchArgs": {
2481
+ "name": "TSSearchArgs",
2482
+ "id": "TSSearchArgs",
2483
+ "title": "TSSearchArgs",
2484
+ "schema": {
2485
+ "type": "object",
2486
+ "properties": {
2487
+ "terms": {
2488
+ "type": "string"
2489
+ },
2490
+ "from": {
2491
+ "type": "integer",
2492
+ "description": "The offset from the first result you want to fetch."
2493
+ },
2494
+ "size": {
2495
+ "type": "integer",
2496
+ "description": "The maximum number of items to return."
2497
+ },
2498
+ "filter": {
2499
+ "type": "object",
2500
+ "description": "An elasticsearch style filter. Overrides onlyEnabled."
2501
+ },
2502
+ "sort": {
2503
+ "type": "array",
2504
+ "description": "An list of fields to sort by.",
2505
+ "items": {
2506
+ "@ref": "local:TSSearchSortInput"
2507
+ }
2508
+ },
2509
+ "locale": {
2510
+ "type": "string"
2511
+ },
2512
+ "enableLocaleFallback": {
2513
+ "type": "boolean",
2514
+ "default": true
2515
+ },
2516
+ "shapeNames": {
2517
+ "type": "array",
2518
+ "items": {
2519
+ "type": "string"
2520
+ }
2521
+ },
2522
+ "shapeIds": {
2523
+ "type": "array",
2524
+ "items": {
2525
+ "type": "string"
2526
+ }
2527
+ },
2528
+ "contentTypeNames": {
2529
+ "type": "array",
2530
+ "items": {
2531
+ "type": "string"
2532
+ }
2533
+ },
2534
+ "contentTypeIds": {
2535
+ "type": "array",
2536
+ "items": {
2537
+ "type": "string"
2538
+ }
2539
+ },
2540
+ "where": {
2541
+ "@ref": "local:TSWhereInput",
2542
+ "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."
2543
+ }
2544
+ }
2545
+ }
2546
+ },
2547
+ "TSSearchableSearchResults": {
2548
+ "name": "TSSearchableSearchResults",
2549
+ "id": "TSSearchableSearchResults",
2550
+ "title": "TSSearchableSearchResults",
2551
+ "schema": {
2552
+ "type": "object",
2553
+ "properties": {
2554
+ "results": {
2555
+ "type": "array",
2556
+ "items": {
2557
+ "@ref": "local:TSSearchable"
2558
+ }
2559
+ },
2560
+ "total": {
2561
+ "type": "integer"
2562
+ }
2563
+ },
2564
+ "required": [
2565
+ "results",
2566
+ "total"
2567
+ ]
2568
+ },
2569
+ "description": "TSSearchable search results"
2570
+ },
2571
+ "UpdateAssetInput": {
2572
+ "name": "UpdateAssetInput",
2573
+ "id": "UpdateAssetInput",
2574
+ "title": "UpdateAssetInput",
2575
+ "schema": {
2576
+ "type": "object",
2577
+ "properties": {
2578
+ "_id": {
2579
+ "title": "Id",
2580
+ "type": "string"
2581
+ },
2582
+ "title": {
2583
+ "type": "string",
2584
+ "title": "Title",
2585
+ "@mapping": "takeshape:local:Asset.By5tQOMc",
2586
+ "@l10n": true
2587
+ },
2588
+ "description": {
2589
+ "type": "string",
2590
+ "title": "Description",
2591
+ "@mapping": "takeshape:local:Asset.B1Zsra3fx",
2592
+ "@l10n": true
2593
+ },
2594
+ "filename": {
2595
+ "type": "string",
2596
+ "title": "Filename",
2597
+ "@l10n": false,
2598
+ "minLength": 1,
2599
+ "@mapping": "takeshape:local:Asset.H1oYQOM9"
2600
+ },
2601
+ "caption": {
2602
+ "type": "object",
2603
+ "title": "Caption",
2604
+ "@mapping": "takeshape:local:Asset.SyWVsd98x",
2605
+ "@tag": "draftjs",
2606
+ "@l10n": true
2607
+ },
2608
+ "credit": {
2609
+ "type": "object",
2610
+ "title": "Credit",
2611
+ "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
2612
+ "@tag": "draftjs",
2613
+ "@l10n": true
2614
+ },
2615
+ "path": {
2616
+ "type": "string",
2617
+ "title": "Path",
2618
+ "@l10n": false,
2619
+ "minLength": 1,
2620
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5"
2621
+ },
2622
+ "mimeType": {
2623
+ "type": "string",
2624
+ "title": "MIME type",
2625
+ "@l10n": false,
2626
+ "@mapping": "takeshape:local:Asset.SyCYX_Gq"
2627
+ },
2628
+ "sourceUrl": {
2629
+ "type": "string",
2630
+ "title": "Source URL",
2631
+ "@l10n": false,
2632
+ "@mapping": "takeshape:local:Asset.SJXSidnXE"
2633
+ },
2634
+ "uploadStatus": {
2635
+ "type": "string",
2636
+ "title": "Upload status",
2637
+ "@l10n": false,
2638
+ "@mapping": "takeshape:local:Asset.ByeAYXdG9"
2639
+ },
2640
+ "_shapeId": {
2641
+ "type": "string",
2642
+ "title": "Shape Id",
2643
+ "enum": [
2644
+ "ASSET"
2645
+ ]
2646
+ },
2647
+ "_version": {
2648
+ "title": "Version",
2649
+ "type": "integer"
2650
+ },
2651
+ "_shapeName": {
2652
+ "title": "Shape Name",
2653
+ "type": "string"
2654
+ },
2655
+ "_createdAt": {
2656
+ "title": "Created",
2657
+ "type": "string",
2658
+ "format": "date-time"
2659
+ },
2660
+ "_createdBy": {
2661
+ "type": "string",
2662
+ "title": "Created By",
2663
+ "@output": {
2664
+ "@ref": "local:TSUser",
2665
+ "@resolver": {
2666
+ "name": "takeshape:getUser",
2667
+ "service": "takeshape:local"
2668
+ }
2669
+ }
2670
+ },
2671
+ "_updatedAt": {
2672
+ "title": "Updated",
2673
+ "type": "string",
2674
+ "format": "date-time"
2675
+ },
2676
+ "_updatedBy": {
2677
+ "type": "string",
2678
+ "title": "Updated By",
2679
+ "@output": {
2680
+ "@ref": "local:TSUser",
2681
+ "@resolver": {
2682
+ "name": "takeshape:getUser",
2683
+ "service": "takeshape:local"
2684
+ }
2685
+ }
2686
+ },
2687
+ "_schemaVersion": {
2688
+ "title": "Schema Version",
2689
+ "type": "number"
2690
+ },
2691
+ "_enabled": {
2692
+ "title": "Enabled",
2693
+ "type": "boolean",
2694
+ "@deprecationReason": "Use _status instead"
2695
+ },
2696
+ "_enabledAt": {
2697
+ "title": "Enabled Date",
2698
+ "type": "string",
2699
+ "format": "date-time",
2700
+ "@deprecationReason": "Use a custom date field instead"
2701
+ },
2702
+ "_status": {
2703
+ "type": "string",
2704
+ "title": "Status",
2705
+ "@workflow": "default"
2706
+ },
2707
+ "_contentTypeId": {
2708
+ "type": "string"
2709
+ },
2710
+ "_contentTypeName": {
2711
+ "type": "string"
2712
+ },
2713
+ "s3Key": {
2714
+ "title": "s3 key",
2715
+ "type": "string",
2716
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5",
2717
+ "@deprecationReason": "Use path instead"
2718
+ }
2719
+ },
2720
+ "required": [
2721
+ "_id"
2722
+ ]
2723
+ },
2724
+ "description": "update Asset input"
2725
+ },
2726
+ "AssetUpdateArgs": {
2727
+ "name": "AssetUpdateArgs",
2728
+ "id": "AssetUpdateArgs",
2729
+ "title": "AssetUpdateArgs",
2730
+ "schema": {
2731
+ "type": "object",
2732
+ "properties": {
2733
+ "input": {
2734
+ "@ref": "local:UpdateAssetInput"
2735
+ },
2736
+ "clientMutationId": {
2737
+ "type": "string"
2738
+ },
2739
+ "structure": {
2740
+ "type": "array",
2741
+ "items": {
2742
+ "@ref": "local:ContentStructureInput"
2743
+ }
2744
+ },
2745
+ "locale": {
2746
+ "type": "string"
2747
+ },
2748
+ "enableLocaleFallback": {
2749
+ "type": "boolean",
2750
+ "default": true
2751
+ }
2752
+ },
2753
+ "required": [
2754
+ "input"
2755
+ ]
2756
+ }
2757
+ },
2758
+ "ContentStructureInput": {
2759
+ "name": "ContentStructureInput",
2760
+ "id": "ContentStructureInput",
2761
+ "title": "ContentStructureInput",
2762
+ "schema": {
2763
+ "type": "object",
2764
+ "properties": {
2765
+ "path": {
2766
+ "type": "string",
2767
+ "description": "A deep path to the array being updated (e.g. a.b[1].c)."
2768
+ },
2769
+ "structure": {
2770
+ "type": "array",
2771
+ "description": "An array where the indices represent the to index, and the values represent the from index.For example to transform [\"a\",\"b\",\"c\",\"d\"] into [\"c\",\"a\"], this value would be [2,0].",
2772
+ "items": {
2773
+ "type": "integer"
2774
+ }
2775
+ }
2776
+ },
2777
+ "required": [
2778
+ "path"
2779
+ ]
2780
+ },
2781
+ "description": "Describes a structural update to an array of data."
2782
+ },
2783
+ "UpdateAssetResult": {
2784
+ "name": "UpdateAssetResult",
2785
+ "id": "UpdateAssetResult",
2786
+ "title": "UpdateAssetResult",
2787
+ "schema": {
2788
+ "type": "object",
2789
+ "properties": {
2790
+ "clientMutationId": {
2791
+ "type": "string"
2792
+ },
2793
+ "result": {
2794
+ "@ref": "local:Asset"
2795
+ }
2796
+ }
2797
+ }
2798
+ },
2799
+ "CreateAssetInput": {
2800
+ "name": "CreateAssetInput",
2801
+ "id": "CreateAssetInput",
2802
+ "title": "CreateAssetInput",
2803
+ "schema": {
2804
+ "type": "object",
2805
+ "properties": {
2806
+ "title": {
2807
+ "type": "string",
2808
+ "title": "Title",
2809
+ "@mapping": "takeshape:local:Asset.By5tQOMc",
2810
+ "@l10n": true
2811
+ },
2812
+ "description": {
2813
+ "type": "string",
2814
+ "title": "Description",
2815
+ "@mapping": "takeshape:local:Asset.B1Zsra3fx",
2816
+ "@l10n": true
2817
+ },
2818
+ "filename": {
2819
+ "type": "string",
2820
+ "title": "Filename",
2821
+ "@l10n": false,
2822
+ "minLength": 1,
2823
+ "@mapping": "takeshape:local:Asset.H1oYQOM9"
2824
+ },
2825
+ "caption": {
2826
+ "type": "object",
2827
+ "title": "Caption",
2828
+ "@mapping": "takeshape:local:Asset.SyWVsd98x",
2829
+ "@tag": "draftjs",
2830
+ "@l10n": true
2831
+ },
2832
+ "credit": {
2833
+ "type": "object",
2834
+ "title": "Credit",
2835
+ "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
2836
+ "@tag": "draftjs",
2837
+ "@l10n": true
2838
+ },
2839
+ "path": {
2840
+ "type": "string",
2841
+ "title": "Path",
2842
+ "@l10n": false,
2843
+ "minLength": 1,
2844
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5"
2845
+ },
2846
+ "mimeType": {
2847
+ "type": "string",
2848
+ "title": "MIME type",
2849
+ "@l10n": false,
2850
+ "@mapping": "takeshape:local:Asset.SyCYX_Gq"
2851
+ },
2852
+ "sourceUrl": {
2853
+ "type": "string",
2854
+ "title": "Source URL",
2855
+ "@l10n": false,
2856
+ "@mapping": "takeshape:local:Asset.SJXSidnXE"
2857
+ },
2858
+ "uploadStatus": {
2859
+ "type": "string",
2860
+ "title": "Upload status",
2861
+ "@l10n": false,
2862
+ "@mapping": "takeshape:local:Asset.ByeAYXdG9"
2863
+ },
2864
+ "_shapeId": {
2865
+ "type": "string",
2866
+ "title": "Shape Id",
2867
+ "enum": [
2868
+ "ASSET"
2869
+ ]
2870
+ },
2871
+ "_id": {
2872
+ "title": "Id",
2873
+ "type": "string"
2874
+ },
2875
+ "_version": {
2876
+ "title": "Version",
2877
+ "type": "integer"
2878
+ },
2879
+ "_shapeName": {
2880
+ "title": "Shape Name",
2881
+ "type": "string"
2882
+ },
2883
+ "_createdAt": {
2884
+ "title": "Created",
2885
+ "type": "string",
2886
+ "format": "date-time"
2887
+ },
2888
+ "_createdBy": {
2889
+ "type": "string",
2890
+ "title": "Created By",
2891
+ "@output": {
2892
+ "@ref": "local:TSUser",
2893
+ "@resolver": {
2894
+ "name": "takeshape:getUser",
2895
+ "service": "takeshape:local"
2896
+ }
2897
+ }
2898
+ },
2899
+ "_updatedAt": {
2900
+ "title": "Updated",
2901
+ "type": "string",
2902
+ "format": "date-time"
2903
+ },
2904
+ "_updatedBy": {
2905
+ "type": "string",
2906
+ "title": "Updated By",
2907
+ "@output": {
2908
+ "@ref": "local:TSUser",
2909
+ "@resolver": {
2910
+ "name": "takeshape:getUser",
2911
+ "service": "takeshape:local"
2912
+ }
2913
+ }
2914
+ },
2915
+ "_schemaVersion": {
2916
+ "title": "Schema Version",
2917
+ "type": "number"
2918
+ },
2919
+ "_enabled": {
2920
+ "title": "Enabled",
2921
+ "type": "boolean",
2922
+ "@deprecationReason": "Use _status instead"
2923
+ },
2924
+ "_enabledAt": {
2925
+ "title": "Enabled Date",
2926
+ "type": "string",
2927
+ "format": "date-time",
2928
+ "@deprecationReason": "Use a custom date field instead"
2929
+ },
2930
+ "_status": {
2931
+ "type": "string",
2932
+ "title": "Status",
2933
+ "@workflow": "default"
2934
+ },
2935
+ "_contentTypeId": {
2936
+ "type": "string"
2937
+ },
2938
+ "_contentTypeName": {
2939
+ "type": "string"
2940
+ },
2941
+ "s3Key": {
2942
+ "title": "s3 key",
2943
+ "type": "string",
2944
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5",
2945
+ "@deprecationReason": "Use path instead"
2946
+ }
2947
+ },
2948
+ "required": [
2949
+ "filename",
2950
+ "path"
2951
+ ]
2952
+ },
2953
+ "description": "create Asset input"
2954
+ },
2955
+ "AssetCreateArgs": {
2956
+ "name": "AssetCreateArgs",
2957
+ "id": "AssetCreateArgs",
2958
+ "title": "AssetCreateArgs",
2959
+ "schema": {
2960
+ "type": "object",
2961
+ "properties": {
2962
+ "input": {
2963
+ "@ref": "local:CreateAssetInput"
2964
+ },
2965
+ "clientMutationId": {
2966
+ "type": "string"
2967
+ }
2968
+ },
2969
+ "required": [
2970
+ "input"
2971
+ ]
2972
+ }
2973
+ },
2974
+ "CreateAssetResult": {
2975
+ "name": "CreateAssetResult",
2976
+ "id": "CreateAssetResult",
2977
+ "title": "CreateAssetResult",
2978
+ "schema": {
2979
+ "type": "object",
2980
+ "properties": {
2981
+ "clientMutationId": {
2982
+ "type": "string"
2983
+ },
2984
+ "result": {
2985
+ "@ref": "local:Asset"
2986
+ }
2987
+ }
2988
+ }
2989
+ },
2990
+ "DuplicateAssetInput": {
2991
+ "name": "DuplicateAssetInput",
2992
+ "id": "DuplicateAssetInput",
2993
+ "title": "DuplicateAssetInput",
2994
+ "schema": {
2995
+ "type": "object",
2996
+ "properties": {
2997
+ "_id": {
2998
+ "title": "Id",
2999
+ "type": "string"
3000
+ },
3001
+ "title": {
3002
+ "type": "string",
3003
+ "title": "Title",
3004
+ "@mapping": "takeshape:local:Asset.By5tQOMc",
3005
+ "@l10n": true
3006
+ },
3007
+ "description": {
3008
+ "type": "string",
3009
+ "title": "Description",
3010
+ "@mapping": "takeshape:local:Asset.B1Zsra3fx",
3011
+ "@l10n": true
3012
+ },
3013
+ "filename": {
3014
+ "type": "string",
3015
+ "title": "Filename",
3016
+ "@l10n": false,
3017
+ "minLength": 1,
3018
+ "@mapping": "takeshape:local:Asset.H1oYQOM9"
3019
+ },
3020
+ "caption": {
3021
+ "type": "object",
3022
+ "title": "Caption",
3023
+ "@mapping": "takeshape:local:Asset.SyWVsd98x",
3024
+ "@tag": "draftjs",
3025
+ "@l10n": true
3026
+ },
3027
+ "credit": {
3028
+ "type": "object",
3029
+ "title": "Credit",
3030
+ "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
3031
+ "@tag": "draftjs",
3032
+ "@l10n": true
3033
+ },
3034
+ "path": {
3035
+ "type": "string",
3036
+ "title": "Path",
3037
+ "@l10n": false,
3038
+ "minLength": 1,
3039
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5"
3040
+ },
3041
+ "mimeType": {
3042
+ "type": "string",
3043
+ "title": "MIME type",
3044
+ "@l10n": false,
3045
+ "@mapping": "takeshape:local:Asset.SyCYX_Gq"
3046
+ },
3047
+ "sourceUrl": {
3048
+ "type": "string",
3049
+ "title": "Source URL",
3050
+ "@l10n": false,
3051
+ "@mapping": "takeshape:local:Asset.SJXSidnXE"
3052
+ },
3053
+ "uploadStatus": {
3054
+ "type": "string",
3055
+ "title": "Upload status",
3056
+ "@l10n": false,
3057
+ "@mapping": "takeshape:local:Asset.ByeAYXdG9"
3058
+ },
3059
+ "_shapeId": {
3060
+ "type": "string",
3061
+ "title": "Shape Id",
3062
+ "enum": [
3063
+ "ASSET"
3064
+ ]
3065
+ },
3066
+ "_version": {
3067
+ "title": "Version",
3068
+ "type": "integer"
3069
+ },
3070
+ "_shapeName": {
3071
+ "title": "Shape Name",
3072
+ "type": "string"
3073
+ },
3074
+ "_createdAt": {
3075
+ "title": "Created",
3076
+ "type": "string",
3077
+ "format": "date-time"
3078
+ },
3079
+ "_createdBy": {
3080
+ "type": "string",
3081
+ "title": "Created By",
3082
+ "@output": {
3083
+ "@ref": "local:TSUser",
3084
+ "@resolver": {
3085
+ "name": "takeshape:getUser",
3086
+ "service": "takeshape:local"
3087
+ }
3088
+ }
3089
+ },
3090
+ "_updatedAt": {
3091
+ "title": "Updated",
3092
+ "type": "string",
3093
+ "format": "date-time"
3094
+ },
3095
+ "_updatedBy": {
3096
+ "type": "string",
3097
+ "title": "Updated By",
3098
+ "@output": {
3099
+ "@ref": "local:TSUser",
3100
+ "@resolver": {
3101
+ "name": "takeshape:getUser",
3102
+ "service": "takeshape:local"
3103
+ }
3104
+ }
3105
+ },
3106
+ "_schemaVersion": {
3107
+ "title": "Schema Version",
3108
+ "type": "number"
3109
+ },
3110
+ "_enabled": {
3111
+ "title": "Enabled",
3112
+ "type": "boolean",
3113
+ "@deprecationReason": "Use _status instead"
3114
+ },
3115
+ "_enabledAt": {
3116
+ "title": "Enabled Date",
3117
+ "type": "string",
3118
+ "format": "date-time",
3119
+ "@deprecationReason": "Use a custom date field instead"
3120
+ },
3121
+ "_status": {
3122
+ "type": "string",
3123
+ "title": "Status",
3124
+ "@workflow": "default"
3125
+ },
3126
+ "_contentTypeId": {
3127
+ "type": "string"
3128
+ },
3129
+ "_contentTypeName": {
3130
+ "type": "string"
3131
+ },
3132
+ "s3Key": {
3133
+ "title": "s3 key",
3134
+ "type": "string",
3135
+ "@mapping": "takeshape:local:Asset.Hk6FQuz5",
3136
+ "@deprecationReason": "Use path instead"
3137
+ }
3138
+ },
3139
+ "required": [
3140
+ "_id"
3141
+ ]
3142
+ },
3143
+ "description": "duplicate Asset input"
3144
+ },
3145
+ "AssetDuplicateArgs": {
3146
+ "name": "AssetDuplicateArgs",
3147
+ "id": "AssetDuplicateArgs",
3148
+ "title": "AssetDuplicateArgs",
3149
+ "schema": {
3150
+ "type": "object",
3151
+ "properties": {
3152
+ "input": {
3153
+ "@ref": "local:DuplicateAssetInput"
3154
+ },
3155
+ "clientMutationId": {
3156
+ "type": "string"
3157
+ },
3158
+ "locale": {
3159
+ "type": "string"
3160
+ },
3161
+ "enableLocaleFallback": {
3162
+ "type": "boolean",
3163
+ "default": true
3164
+ }
3165
+ },
3166
+ "required": [
3167
+ "input"
3168
+ ]
3169
+ }
3170
+ },
3171
+ "DuplicateAssetResult": {
3172
+ "name": "DuplicateAssetResult",
3173
+ "id": "DuplicateAssetResult",
3174
+ "title": "DuplicateAssetResult",
3175
+ "schema": {
3176
+ "type": "object",
3177
+ "properties": {
3178
+ "clientMutationId": {
3179
+ "type": "string"
3180
+ },
3181
+ "result": {
3182
+ "@ref": "local:Asset"
3183
+ }
3184
+ }
3185
+ }
3186
+ },
3187
+ "DeleteAssetInput": {
3188
+ "name": "DeleteAssetInput",
3189
+ "id": "DeleteAssetInput",
3190
+ "title": "DeleteAssetInput",
3191
+ "schema": {
3192
+ "type": "object",
3193
+ "properties": {
3194
+ "_id": {
3195
+ "type": "string"
3196
+ }
3197
+ },
3198
+ "required": [
3199
+ "_id"
3200
+ ]
3201
+ },
3202
+ "description": "delete Asset input"
3203
+ },
3204
+ "AssetDeleteArgs": {
3205
+ "name": "AssetDeleteArgs",
3206
+ "id": "AssetDeleteArgs",
3207
+ "title": "AssetDeleteArgs",
3208
+ "schema": {
3209
+ "type": "object",
3210
+ "properties": {
3211
+ "input": {
3212
+ "@ref": "local:DeleteAssetInput"
3213
+ },
3214
+ "clientMutationId": {
3215
+ "type": "string"
3216
+ }
3217
+ },
3218
+ "required": [
3219
+ "input"
3220
+ ]
3221
+ }
3222
+ },
3223
+ "DeleteAssetResult": {
3224
+ "name": "DeleteAssetResult",
3225
+ "id": "DeleteAssetResult",
3226
+ "title": "DeleteAssetResult",
3227
+ "schema": {
3228
+ "type": "object",
3229
+ "properties": {
3230
+ "clientMutationId": {
3231
+ "type": "string"
3232
+ },
3233
+ "result": {
3234
+ "type": "boolean"
3235
+ }
3236
+ }
3237
+ }
3238
+ },
3239
+ "UpdateTsStaticSiteInput": {
3240
+ "name": "UpdateTsStaticSiteInput",
3241
+ "id": "UpdateTsStaticSiteInput",
3242
+ "title": "UpdateTsStaticSiteInput",
3243
+ "schema": {
3244
+ "type": "object",
3245
+ "properties": {
3246
+ "_id": {
3247
+ "title": "Id",
3248
+ "type": "string"
3249
+ },
3250
+ "title": {
3251
+ "type": "string",
3252
+ "title": "Title",
3253
+ "@l10n": false,
3254
+ "minLength": 1,
3255
+ "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
3256
+ },
3257
+ "baseUrl": {
3258
+ "type": "string",
3259
+ "title": "Base URL",
3260
+ "@l10n": false,
3261
+ "minLength": 1,
3262
+ "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
3263
+ },
3264
+ "provider": {
3265
+ "type": "string",
3266
+ "title": "Provider",
3267
+ "@l10n": false,
3268
+ "oneOf": [
3269
+ {
3270
+ "enum": [
3271
+ "s3"
3272
+ ],
3273
+ "title": "S3"
3274
+ },
3275
+ {
3276
+ "enum": [
3277
+ "gcs"
3278
+ ],
3279
+ "title": "Google Cloud Storage"
3280
+ },
3281
+ {
3282
+ "enum": [
3283
+ "ftp"
3284
+ ],
3285
+ "title": "FTP Client"
3286
+ },
3287
+ {
3288
+ "enum": [
3289
+ "azure"
3290
+ ],
3291
+ "title": "Azure Storage Account"
3292
+ },
3293
+ {
3294
+ "enum": [
3295
+ "netlify"
3296
+ ],
3297
+ "title": "Netlify"
3298
+ },
3299
+ {
3300
+ "enum": [
3301
+ "vercel"
3302
+ ],
3303
+ "title": "Vercel"
3304
+ }
3305
+ ],
3306
+ "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
3307
+ },
3308
+ "idKey": {
3309
+ "type": "string",
3310
+ "title": "Id Key",
3311
+ "@l10n": false,
3312
+ "minLength": 1,
3313
+ "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
3314
+ },
3315
+ "secretKey": {
3316
+ "type": "string",
3317
+ "title": "Secret Key",
3318
+ "@l10n": false,
3319
+ "@sensitive": true,
3320
+ "minLength": 1,
3321
+ "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
3322
+ },
3323
+ "destination": {
3324
+ "type": "string",
3325
+ "title": "Destination",
3326
+ "@l10n": false,
3327
+ "minLength": 1,
3328
+ "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
3329
+ },
3330
+ "privateAcl": {
3331
+ "type": "boolean",
3332
+ "title": "Private ACL",
3333
+ "@l10n": false,
3334
+ "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
3335
+ },
3336
+ "environmentVariables": {
3337
+ "type": "array",
3338
+ "title": "Environment Variables",
3339
+ "@l10n": false,
3340
+ "items": {
3341
+ "@ref": "local:TsStaticSiteEnvironmentVariablesInput"
3342
+ },
3343
+ "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
3344
+ },
3345
+ "triggers": {
3346
+ "type": "array",
3347
+ "title": "Publish Triggers",
3348
+ "@l10n": false,
3349
+ "items": {
3350
+ "@ref": "local:TsStaticSiteTriggersInput"
3351
+ }
3352
+ },
3353
+ "templateHash": {
3354
+ "type": "string",
3355
+ "title": "Template Hash",
3356
+ "@l10n": false,
3357
+ "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
3358
+ },
3359
+ "_shapeId": {
3360
+ "type": "string",
3361
+ "title": "Shape Id",
3362
+ "enum": [
3363
+ "SITE"
3364
+ ]
3365
+ },
3366
+ "_version": {
3367
+ "title": "Version",
3368
+ "type": "integer"
3369
+ },
3370
+ "_shapeName": {
3371
+ "title": "Shape Name",
3372
+ "type": "string"
3373
+ },
3374
+ "_createdAt": {
3375
+ "title": "Created",
3376
+ "type": "string",
3377
+ "format": "date-time"
3378
+ },
3379
+ "_createdBy": {
3380
+ "type": "string",
3381
+ "title": "Created By",
3382
+ "@output": {
3383
+ "@ref": "local:TSUser",
3384
+ "@resolver": {
3385
+ "name": "takeshape:getUser",
3386
+ "service": "takeshape:local"
3387
+ }
3388
+ }
3389
+ },
3390
+ "_updatedAt": {
3391
+ "title": "Updated",
3392
+ "type": "string",
3393
+ "format": "date-time"
3394
+ },
3395
+ "_updatedBy": {
3396
+ "type": "string",
3397
+ "title": "Updated By",
3398
+ "@output": {
3399
+ "@ref": "local:TSUser",
3400
+ "@resolver": {
3401
+ "name": "takeshape:getUser",
3402
+ "service": "takeshape:local"
3403
+ }
3404
+ }
3405
+ },
3406
+ "_schemaVersion": {
3407
+ "title": "Schema Version",
3408
+ "type": "number"
3409
+ },
3410
+ "_enabled": {
3411
+ "title": "Enabled",
3412
+ "type": "boolean",
3413
+ "@deprecationReason": "Use _status instead"
3414
+ },
3415
+ "_enabledAt": {
3416
+ "title": "Enabled Date",
3417
+ "type": "string",
3418
+ "format": "date-time",
3419
+ "@deprecationReason": "Use a custom date field instead"
3420
+ },
3421
+ "_status": {
3422
+ "type": "string",
3423
+ "title": "Status",
3424
+ "@workflow": "default"
3425
+ },
3426
+ "_contentTypeId": {
3427
+ "type": "string"
3428
+ },
3429
+ "_contentTypeName": {
3430
+ "type": "string"
3431
+ }
3432
+ },
3433
+ "required": [
3434
+ "_id"
3435
+ ]
3436
+ },
3437
+ "description": "update TsStaticSite input"
3438
+ },
3439
+ "TsStaticSiteUpdateArgs": {
3440
+ "name": "TsStaticSiteUpdateArgs",
3441
+ "id": "TsStaticSiteUpdateArgs",
3442
+ "title": "TsStaticSiteUpdateArgs",
3443
+ "schema": {
3444
+ "type": "object",
3445
+ "properties": {
3446
+ "input": {
3447
+ "@ref": "local:UpdateTsStaticSiteInput"
3448
+ },
3449
+ "clientMutationId": {
3450
+ "type": "string"
3451
+ },
3452
+ "structure": {
3453
+ "type": "array",
3454
+ "items": {
3455
+ "@ref": "local:ContentStructureInput"
3456
+ }
3457
+ },
3458
+ "locale": {
3459
+ "type": "string"
3460
+ },
3461
+ "enableLocaleFallback": {
3462
+ "type": "boolean",
3463
+ "default": true
3464
+ }
3465
+ },
3466
+ "required": [
3467
+ "input"
3468
+ ]
3469
+ }
3470
+ },
3471
+ "TsStaticSiteEnvironmentVariablesInput": {
3472
+ "name": "TsStaticSiteEnvironmentVariablesInput",
3473
+ "id": "TsStaticSiteEnvironmentVariablesInput",
3474
+ "title": "TsStaticSiteEnvironmentVariablesInput",
3475
+ "schema": {
3476
+ "type": "object",
3477
+ "properties": {
3478
+ "name": {
3479
+ "type": "string",
3480
+ "title": "Name",
3481
+ "@mapping": "takeshape:local:TsStaticSite.J8sbHgfdI"
3482
+ },
3483
+ "value": {
3484
+ "type": "string",
3485
+ "title": "Value",
3486
+ "@mapping": "takeshape:local:TsStaticSite.ndhh88DvG"
3487
+ }
3488
+ }
3489
+ }
3490
+ },
3491
+ "TsStaticSiteTriggersInput": {
3492
+ "name": "TsStaticSiteTriggersInput",
3493
+ "id": "TsStaticSiteTriggersInput",
3494
+ "title": "TsStaticSiteTriggersInput",
3495
+ "schema": {
3496
+ "type": "object",
3497
+ "properties": {
3498
+ "contentTypeId": {
3499
+ "type": "string",
3500
+ "title": "Content Type"
3501
+ },
3502
+ "status": {
3503
+ "type": "string",
3504
+ "title": "Workflow Status"
3505
+ }
3506
+ }
3507
+ }
3508
+ },
3509
+ "UpdateTsStaticSiteResult": {
3510
+ "name": "UpdateTsStaticSiteResult",
3511
+ "id": "UpdateTsStaticSiteResult",
3512
+ "title": "UpdateTsStaticSiteResult",
3513
+ "schema": {
3514
+ "type": "object",
3515
+ "properties": {
3516
+ "clientMutationId": {
3517
+ "type": "string"
3518
+ },
3519
+ "result": {
3520
+ "@ref": "local:TsStaticSite"
3521
+ }
3522
+ }
3523
+ }
3524
+ },
3525
+ "CreateTsStaticSiteInput": {
3526
+ "name": "CreateTsStaticSiteInput",
3527
+ "id": "CreateTsStaticSiteInput",
3528
+ "title": "CreateTsStaticSiteInput",
3529
+ "schema": {
3530
+ "type": "object",
3531
+ "properties": {
3532
+ "title": {
3533
+ "type": "string",
3534
+ "title": "Title",
3535
+ "@l10n": false,
3536
+ "minLength": 1,
3537
+ "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
3538
+ },
3539
+ "baseUrl": {
3540
+ "type": "string",
3541
+ "title": "Base URL",
3542
+ "@l10n": false,
3543
+ "minLength": 1,
3544
+ "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
3545
+ },
3546
+ "provider": {
3547
+ "type": "string",
3548
+ "default": "s3",
3549
+ "title": "Provider",
3550
+ "@l10n": false,
3551
+ "oneOf": [
3552
+ {
3553
+ "enum": [
3554
+ "s3"
3555
+ ],
3556
+ "title": "S3"
3557
+ },
3558
+ {
3559
+ "enum": [
3560
+ "gcs"
3561
+ ],
3562
+ "title": "Google Cloud Storage"
3563
+ },
3564
+ {
3565
+ "enum": [
3566
+ "ftp"
3567
+ ],
3568
+ "title": "FTP Client"
3569
+ },
3570
+ {
3571
+ "enum": [
3572
+ "azure"
3573
+ ],
3574
+ "title": "Azure Storage Account"
3575
+ },
3576
+ {
3577
+ "enum": [
3578
+ "netlify"
3579
+ ],
3580
+ "title": "Netlify"
3581
+ },
3582
+ {
3583
+ "enum": [
3584
+ "vercel"
3585
+ ],
3586
+ "title": "Vercel"
3587
+ }
3588
+ ],
3589
+ "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
3590
+ },
3591
+ "idKey": {
3592
+ "type": "string",
3593
+ "title": "Id Key",
3594
+ "@l10n": false,
3595
+ "minLength": 1,
3596
+ "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
3597
+ },
3598
+ "secretKey": {
3599
+ "type": "string",
3600
+ "title": "Secret Key",
3601
+ "@l10n": false,
3602
+ "@sensitive": true,
3603
+ "minLength": 1,
3604
+ "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
3605
+ },
3606
+ "destination": {
3607
+ "type": "string",
3608
+ "title": "Destination",
3609
+ "@l10n": false,
3610
+ "minLength": 1,
3611
+ "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
3612
+ },
3613
+ "privateAcl": {
3614
+ "type": "boolean",
3615
+ "title": "Private ACL",
3616
+ "@l10n": false,
3617
+ "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
3618
+ },
3619
+ "environmentVariables": {
3620
+ "type": "array",
3621
+ "title": "Environment Variables",
3622
+ "@l10n": false,
3623
+ "items": {
3624
+ "@ref": "local:TsStaticSiteEnvironmentVariablesInput"
3625
+ },
3626
+ "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
3627
+ },
3628
+ "triggers": {
3629
+ "type": "array",
3630
+ "title": "Publish Triggers",
3631
+ "@l10n": false,
3632
+ "items": {
3633
+ "@ref": "local:TsStaticSiteTriggersInput"
3634
+ }
3635
+ },
3636
+ "templateHash": {
3637
+ "type": "string",
3638
+ "title": "Template Hash",
3639
+ "@l10n": false,
3640
+ "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
3641
+ },
3642
+ "_shapeId": {
3643
+ "type": "string",
3644
+ "title": "Shape Id",
3645
+ "enum": [
3646
+ "SITE"
3647
+ ]
3648
+ },
3649
+ "_id": {
3650
+ "title": "Id",
3651
+ "type": "string"
3652
+ },
3653
+ "_version": {
3654
+ "title": "Version",
3655
+ "type": "integer"
3656
+ },
3657
+ "_shapeName": {
3658
+ "title": "Shape Name",
3659
+ "type": "string"
3660
+ },
3661
+ "_createdAt": {
3662
+ "title": "Created",
3663
+ "type": "string",
3664
+ "format": "date-time"
3665
+ },
3666
+ "_createdBy": {
3667
+ "type": "string",
3668
+ "title": "Created By",
3669
+ "@output": {
3670
+ "@ref": "local:TSUser",
3671
+ "@resolver": {
3672
+ "name": "takeshape:getUser",
3673
+ "service": "takeshape:local"
3674
+ }
3675
+ }
3676
+ },
3677
+ "_updatedAt": {
3678
+ "title": "Updated",
3679
+ "type": "string",
3680
+ "format": "date-time"
3681
+ },
3682
+ "_updatedBy": {
3683
+ "type": "string",
3684
+ "title": "Updated By",
3685
+ "@output": {
3686
+ "@ref": "local:TSUser",
3687
+ "@resolver": {
3688
+ "name": "takeshape:getUser",
3689
+ "service": "takeshape:local"
3690
+ }
3691
+ }
3692
+ },
3693
+ "_schemaVersion": {
3694
+ "title": "Schema Version",
3695
+ "type": "number"
3696
+ },
3697
+ "_enabled": {
3698
+ "title": "Enabled",
3699
+ "type": "boolean",
3700
+ "@deprecationReason": "Use _status instead"
3701
+ },
3702
+ "_enabledAt": {
3703
+ "title": "Enabled Date",
3704
+ "type": "string",
3705
+ "format": "date-time",
3706
+ "@deprecationReason": "Use a custom date field instead"
3707
+ },
3708
+ "_status": {
3709
+ "type": "string",
3710
+ "title": "Status",
3711
+ "@workflow": "default"
3712
+ },
3713
+ "_contentTypeId": {
3714
+ "type": "string"
3715
+ },
3716
+ "_contentTypeName": {
3717
+ "type": "string"
3718
+ }
3719
+ },
3720
+ "required": [
3721
+ "title",
3722
+ "provider",
3723
+ "destination"
3724
+ ]
3725
+ },
3726
+ "description": "create TsStaticSite input"
3727
+ },
3728
+ "TsStaticSiteCreateArgs": {
3729
+ "name": "TsStaticSiteCreateArgs",
3730
+ "id": "TsStaticSiteCreateArgs",
3731
+ "title": "TsStaticSiteCreateArgs",
3732
+ "schema": {
3733
+ "type": "object",
3734
+ "properties": {
3735
+ "input": {
3736
+ "@ref": "local:CreateTsStaticSiteInput"
3737
+ },
3738
+ "clientMutationId": {
3739
+ "type": "string"
3740
+ }
3741
+ },
3742
+ "required": [
3743
+ "input"
3744
+ ]
3745
+ }
3746
+ },
3747
+ "CreateTsStaticSiteResult": {
3748
+ "name": "CreateTsStaticSiteResult",
3749
+ "id": "CreateTsStaticSiteResult",
3750
+ "title": "CreateTsStaticSiteResult",
3751
+ "schema": {
3752
+ "type": "object",
3753
+ "properties": {
3754
+ "clientMutationId": {
3755
+ "type": "string"
3756
+ },
3757
+ "result": {
3758
+ "@ref": "local:TsStaticSite"
3759
+ }
3760
+ }
3761
+ }
3762
+ },
3763
+ "DuplicateTsStaticSiteInput": {
3764
+ "name": "DuplicateTsStaticSiteInput",
3765
+ "id": "DuplicateTsStaticSiteInput",
3766
+ "title": "DuplicateTsStaticSiteInput",
3767
+ "schema": {
3768
+ "type": "object",
3769
+ "properties": {
3770
+ "_id": {
3771
+ "title": "Id",
3772
+ "type": "string"
3773
+ },
3774
+ "title": {
3775
+ "type": "string",
3776
+ "title": "Title",
3777
+ "@l10n": false,
3778
+ "minLength": 1,
3779
+ "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
3780
+ },
3781
+ "baseUrl": {
3782
+ "type": "string",
3783
+ "title": "Base URL",
3784
+ "@l10n": false,
3785
+ "minLength": 1,
3786
+ "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
3787
+ },
3788
+ "provider": {
3789
+ "type": "string",
3790
+ "title": "Provider",
3791
+ "@l10n": false,
3792
+ "oneOf": [
3793
+ {
3794
+ "enum": [
3795
+ "s3"
3796
+ ],
3797
+ "title": "S3"
3798
+ },
3799
+ {
3800
+ "enum": [
3801
+ "gcs"
3802
+ ],
3803
+ "title": "Google Cloud Storage"
3804
+ },
3805
+ {
3806
+ "enum": [
3807
+ "ftp"
3808
+ ],
3809
+ "title": "FTP Client"
3810
+ },
3811
+ {
3812
+ "enum": [
3813
+ "azure"
3814
+ ],
3815
+ "title": "Azure Storage Account"
3816
+ },
3817
+ {
3818
+ "enum": [
3819
+ "netlify"
3820
+ ],
3821
+ "title": "Netlify"
3822
+ },
3823
+ {
3824
+ "enum": [
3825
+ "vercel"
3826
+ ],
3827
+ "title": "Vercel"
3828
+ }
3829
+ ],
3830
+ "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
3831
+ },
3832
+ "idKey": {
3833
+ "type": "string",
3834
+ "title": "Id Key",
3835
+ "@l10n": false,
3836
+ "minLength": 1,
3837
+ "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
3838
+ },
3839
+ "secretKey": {
3840
+ "type": "string",
3841
+ "title": "Secret Key",
3842
+ "@l10n": false,
3843
+ "@sensitive": true,
3844
+ "minLength": 1,
3845
+ "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
3846
+ },
3847
+ "destination": {
3848
+ "type": "string",
3849
+ "title": "Destination",
3850
+ "@l10n": false,
3851
+ "minLength": 1,
3852
+ "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
3853
+ },
3854
+ "privateAcl": {
3855
+ "type": "boolean",
3856
+ "title": "Private ACL",
3857
+ "@l10n": false,
3858
+ "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
3859
+ },
3860
+ "environmentVariables": {
3861
+ "type": "array",
3862
+ "title": "Environment Variables",
3863
+ "@l10n": false,
3864
+ "items": {
3865
+ "@ref": "local:TsStaticSiteEnvironmentVariablesInput"
3866
+ },
3867
+ "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
3868
+ },
3869
+ "triggers": {
3870
+ "type": "array",
3871
+ "title": "Publish Triggers",
3872
+ "@l10n": false,
3873
+ "items": {
3874
+ "@ref": "local:TsStaticSiteTriggersInput"
3875
+ }
3876
+ },
3877
+ "templateHash": {
3878
+ "type": "string",
3879
+ "title": "Template Hash",
3880
+ "@l10n": false,
3881
+ "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
3882
+ },
3883
+ "_shapeId": {
3884
+ "type": "string",
3885
+ "title": "Shape Id",
3886
+ "enum": [
3887
+ "SITE"
3888
+ ]
3889
+ },
3890
+ "_version": {
3891
+ "title": "Version",
3892
+ "type": "integer"
3893
+ },
3894
+ "_shapeName": {
3895
+ "title": "Shape Name",
3896
+ "type": "string"
3897
+ },
3898
+ "_createdAt": {
3899
+ "title": "Created",
3900
+ "type": "string",
3901
+ "format": "date-time"
3902
+ },
3903
+ "_createdBy": {
3904
+ "type": "string",
3905
+ "title": "Created By",
3906
+ "@output": {
3907
+ "@ref": "local:TSUser",
3908
+ "@resolver": {
3909
+ "name": "takeshape:getUser",
3910
+ "service": "takeshape:local"
3911
+ }
3912
+ }
3913
+ },
3914
+ "_updatedAt": {
3915
+ "title": "Updated",
3916
+ "type": "string",
3917
+ "format": "date-time"
3918
+ },
3919
+ "_updatedBy": {
3920
+ "type": "string",
3921
+ "title": "Updated By",
3922
+ "@output": {
3923
+ "@ref": "local:TSUser",
3924
+ "@resolver": {
3925
+ "name": "takeshape:getUser",
3926
+ "service": "takeshape:local"
3927
+ }
3928
+ }
3929
+ },
3930
+ "_schemaVersion": {
3931
+ "title": "Schema Version",
3932
+ "type": "number"
3933
+ },
3934
+ "_enabled": {
3935
+ "title": "Enabled",
3936
+ "type": "boolean",
3937
+ "@deprecationReason": "Use _status instead"
3938
+ },
3939
+ "_enabledAt": {
3940
+ "title": "Enabled Date",
3941
+ "type": "string",
3942
+ "format": "date-time",
3943
+ "@deprecationReason": "Use a custom date field instead"
3944
+ },
3945
+ "_status": {
3946
+ "type": "string",
3947
+ "title": "Status",
3948
+ "@workflow": "default"
3949
+ },
3950
+ "_contentTypeId": {
3951
+ "type": "string"
3952
+ },
3953
+ "_contentTypeName": {
3954
+ "type": "string"
3955
+ }
3956
+ },
3957
+ "required": [
3958
+ "_id"
3959
+ ]
3960
+ },
3961
+ "description": "duplicate TsStaticSite input"
3962
+ },
3963
+ "TsStaticSiteDuplicateArgs": {
3964
+ "name": "TsStaticSiteDuplicateArgs",
3965
+ "id": "TsStaticSiteDuplicateArgs",
3966
+ "title": "TsStaticSiteDuplicateArgs",
3967
+ "schema": {
3968
+ "type": "object",
3969
+ "properties": {
3970
+ "input": {
3971
+ "@ref": "local:DuplicateTsStaticSiteInput"
3972
+ },
3973
+ "clientMutationId": {
3974
+ "type": "string"
3975
+ },
3976
+ "locale": {
3977
+ "type": "string"
3978
+ },
3979
+ "enableLocaleFallback": {
3980
+ "type": "boolean",
3981
+ "default": true
3982
+ }
3983
+ },
3984
+ "required": [
3985
+ "input"
3986
+ ]
3987
+ }
3988
+ },
3989
+ "DuplicateTsStaticSiteResult": {
3990
+ "name": "DuplicateTsStaticSiteResult",
3991
+ "id": "DuplicateTsStaticSiteResult",
3992
+ "title": "DuplicateTsStaticSiteResult",
3993
+ "schema": {
3994
+ "type": "object",
3995
+ "properties": {
3996
+ "clientMutationId": {
3997
+ "type": "string"
3998
+ },
3999
+ "result": {
4000
+ "@ref": "local:TsStaticSite"
4001
+ }
4002
+ }
4003
+ }
4004
+ },
4005
+ "DeleteTsStaticSiteInput": {
4006
+ "name": "DeleteTsStaticSiteInput",
4007
+ "id": "DeleteTsStaticSiteInput",
4008
+ "title": "DeleteTsStaticSiteInput",
4009
+ "schema": {
4010
+ "type": "object",
4011
+ "properties": {
4012
+ "_id": {
4013
+ "type": "string"
4014
+ }
4015
+ },
4016
+ "required": [
4017
+ "_id"
4018
+ ]
4019
+ },
4020
+ "description": "delete TsStaticSite input"
4021
+ },
4022
+ "TsStaticSiteDeleteArgs": {
4023
+ "name": "TsStaticSiteDeleteArgs",
4024
+ "id": "TsStaticSiteDeleteArgs",
4025
+ "title": "TsStaticSiteDeleteArgs",
4026
+ "schema": {
4027
+ "type": "object",
4028
+ "properties": {
4029
+ "input": {
4030
+ "@ref": "local:DeleteTsStaticSiteInput"
4031
+ },
4032
+ "clientMutationId": {
4033
+ "type": "string"
4034
+ }
4035
+ },
4036
+ "required": [
4037
+ "input"
4038
+ ]
4039
+ }
4040
+ },
4041
+ "DeleteTsStaticSiteResult": {
4042
+ "name": "DeleteTsStaticSiteResult",
4043
+ "id": "DeleteTsStaticSiteResult",
4044
+ "title": "DeleteTsStaticSiteResult",
4045
+ "schema": {
4046
+ "type": "object",
4047
+ "properties": {
4048
+ "clientMutationId": {
4049
+ "type": "string"
4050
+ },
4051
+ "result": {
4052
+ "type": "boolean"
4053
+ }
4054
+ }
4055
+ }
4056
+ }
4057
+ },
4058
+ "workflows": {
4059
+ "default": {
4060
+ "name": "default",
4061
+ "title": "Default",
4062
+ "steps": [
4063
+ {
4064
+ "name": "disabled",
4065
+ "title": "Disabled",
4066
+ "key": "r1uCfi4ZL",
4067
+ "color": "#bdbdbd",
4068
+ "live": false
4069
+ },
4070
+ {
4071
+ "name": "enabled",
4072
+ "title": "Enabled",
4073
+ "key": "rkhRGs4WL",
4074
+ "color": "#5cd79b",
4075
+ "live": true
4076
+ }
4077
+ ]
4078
+ }
4079
+ },
4080
+ "forms": {
4081
+ "Asset": {
4082
+ "default": {
4083
+ "order": [
4084
+ "title",
4085
+ "description",
4086
+ "caption",
4087
+ "credit",
4088
+ "filename",
4089
+ "path",
4090
+ "mimeType",
4091
+ "sourceUrl",
4092
+ "uploadStatus"
4093
+ ],
4094
+ "properties": {
4095
+ "title": {
4096
+ "widget": "singleLineText",
4097
+ "disabled": true
4098
+ },
4099
+ "description": {
4100
+ "widget": "paragraphText",
4101
+ "disabled": true
4102
+ },
4103
+ "caption": {
4104
+ "widget": "wysiwygSingleLineText",
4105
+ "disabled": true
4106
+ },
4107
+ "credit": {
4108
+ "widget": "wysiwygSingleLineText",
4109
+ "disabled": true
4110
+ },
4111
+ "filename": {
4112
+ "widget": "singleLineText",
4113
+ "disabled": true
4114
+ },
4115
+ "path": {
4116
+ "widget": "singleLineText",
4117
+ "disabled": true
4118
+ },
4119
+ "mimeType": {
4120
+ "widget": "singleLineText",
4121
+ "disabled": true
4122
+ },
4123
+ "sourceUrl": {
4124
+ "widget": "singleLineText",
4125
+ "disabled": true
4126
+ },
4127
+ "uploadStatus": {
4128
+ "widget": "singleLineText",
4129
+ "disabled": true
4130
+ }
4131
+ }
4132
+ }
4133
+ },
4134
+ "TsStaticSite": {
4135
+ "default": {
4136
+ "order": [
4137
+ "title",
4138
+ "provider",
4139
+ "destination",
4140
+ "idKey",
4141
+ "secretKey",
4142
+ "environmentVariables"
4143
+ ],
4144
+ "properties": {
4145
+ "title": {
4146
+ "widget": "singleLineText",
4147
+ "disabled": true
4148
+ },
4149
+ "provider": {
4150
+ "widget": "dropdown",
4151
+ "disabled": true
4152
+ },
4153
+ "destination": {
4154
+ "widget": "singleLineText",
4155
+ "instructions": "Deployment Bucket or FTP Host",
4156
+ "disabled": true
4157
+ },
4158
+ "idKey": {
4159
+ "widget": "singleLineText",
4160
+ "instructions": "AWS Access Key ID or Google Cloud Storage Client Email or FTP Username",
4161
+ "disabled": true
4162
+ },
4163
+ "secretKey": {
4164
+ "widget": "sensitiveField",
4165
+ "instructions": "AWS Secret Access Key or Google Cloud Storage Private Key or FTP Password",
4166
+ "multiline": true,
4167
+ "disabled": true
4168
+ },
4169
+ "environmentVariables": {
4170
+ "widget": "repeater",
4171
+ "order": [
4172
+ "name",
4173
+ "value"
4174
+ ],
4175
+ "disabled": true,
4176
+ "properties": {
4177
+ "name": {
4178
+ "widget": "singleLineText",
4179
+ "disabled": true
4180
+ },
4181
+ "value": {
4182
+ "widget": "singleLineText",
4183
+ "disabled": true
4184
+ }
4185
+ }
4186
+ }
4187
+ }
4188
+ },
4189
+ "generalHeader": {
4190
+ "order": [
4191
+ "title",
4192
+ "provider",
4193
+ "baseUrl"
4194
+ ],
4195
+ "properties": {
4196
+ "title": {
4197
+ "widget": "singleLineText",
4198
+ "disabled": true
4199
+ },
4200
+ "provider": {
4201
+ "widget": "dropdown",
4202
+ "disabled": true
4203
+ },
4204
+ "baseUrl": {
4205
+ "widget": "singleLineText",
4206
+ "disabled": true
4207
+ }
4208
+ }
4209
+ },
4210
+ "generalFooter": {
4211
+ "order": [
4212
+ "environmentVariables",
4213
+ "triggers"
4214
+ ],
4215
+ "properties": {
4216
+ "environmentVariables": {
4217
+ "widget": "repeater",
4218
+ "order": [
4219
+ "name",
4220
+ "value"
4221
+ ],
4222
+ "disabled": true,
4223
+ "properties": {
4224
+ "name": {
4225
+ "widget": "singleLineText",
4226
+ "disabled": true
4227
+ },
4228
+ "value": {
4229
+ "widget": "singleLineText",
4230
+ "disabled": true
4231
+ }
4232
+ }
4233
+ },
4234
+ "triggers": {
4235
+ "widget": "repeater",
4236
+ "order": [
4237
+ "contentTypeId",
4238
+ "status"
4239
+ ],
4240
+ "disabled": true,
4241
+ "preview": "siteTriggerPreview",
4242
+ "properties": {
4243
+ "contentTypeId": {
4244
+ "widget": "dropdown",
4245
+ "disabled": true
4246
+ },
4247
+ "status": {
4248
+ "widget": "dropdown",
4249
+ "disabled": true
4250
+ }
4251
+ }
4252
+ }
4253
+ }
4254
+ },
4255
+ "s3": {
4256
+ "order": [
4257
+ "destination",
4258
+ "idKey",
4259
+ "secretKey",
4260
+ "privateAcl"
4261
+ ],
4262
+ "properties": {
4263
+ "destination": {
4264
+ "widget": "singleLineText",
4265
+ "instructions": "Deployment Bucket Name",
4266
+ "disabled": true
4267
+ },
4268
+ "idKey": {
4269
+ "widget": "singleLineText",
4270
+ "instructions": "AWS Access Key ID",
4271
+ "disabled": true
4272
+ },
4273
+ "secretKey": {
4274
+ "widget": "sensitiveField",
4275
+ "instructions": "AWS Secret Access Key",
4276
+ "multiline": true,
4277
+ "disabled": true
4278
+ },
4279
+ "privateAcl": {
4280
+ "widget": "checkbox",
4281
+ "instructions": "Disable public access to deployed files. This is useful when fronting S3 with CloudFront or with \"Block All Public Access\"",
4282
+ "disabled": true
4283
+ }
4284
+ }
4285
+ },
4286
+ "gcs": {
4287
+ "order": [
4288
+ "destination",
4289
+ "idKey",
4290
+ "secretKey",
4291
+ "privateAcl"
4292
+ ],
4293
+ "properties": {
4294
+ "destination": {
4295
+ "widget": "singleLineText",
4296
+ "instructions": "Deployment Bucket Name",
4297
+ "disabled": true
4298
+ },
4299
+ "idKey": {
4300
+ "widget": "singleLineText",
4301
+ "instructions": "Google Cloud Storage Client Email",
4302
+ "disabled": true
4303
+ },
4304
+ "secretKey": {
4305
+ "widget": "sensitiveField",
4306
+ "instructions": "Google Cloud Storage Private Key",
4307
+ "multiline": true,
4308
+ "disabled": true
4309
+ },
4310
+ "privateAcl": {
4311
+ "widget": "checkbox",
4312
+ "instructions": "Disable public access to deployed files.",
4313
+ "disabled": true
4314
+ }
4315
+ }
4316
+ },
4317
+ "ftp": {
4318
+ "order": [
4319
+ "destination",
4320
+ "idKey",
4321
+ "secretKey"
4322
+ ],
4323
+ "properties": {
4324
+ "destination": {
4325
+ "widget": "singleLineText",
4326
+ "instructions": "FTP Host",
4327
+ "disabled": true
4328
+ },
4329
+ "idKey": {
4330
+ "widget": "singleLineText",
4331
+ "instructions": "FTP Username",
4332
+ "disabled": true
4333
+ },
4334
+ "secretKey": {
4335
+ "widget": "sensitiveField",
4336
+ "instructions": "FTP Password",
4337
+ "multiline": true,
4338
+ "disabled": true
4339
+ }
4340
+ }
4341
+ },
4342
+ "azure": {
4343
+ "order": [
4344
+ "destination",
4345
+ "secretKey"
4346
+ ],
4347
+ "properties": {
4348
+ "destination": {
4349
+ "widget": "singleLineText",
4350
+ "instructions": "Storage Account Name",
4351
+ "disabled": true
4352
+ },
4353
+ "secretKey": {
4354
+ "widget": "sensitiveField",
4355
+ "instructions": "Access key",
4356
+ "multiline": true,
4357
+ "disabled": true
4358
+ }
4359
+ }
4360
+ },
4361
+ "netlify": {
4362
+ "order": [
4363
+ "destination"
4364
+ ],
4365
+ "properties": {
4366
+ "destination": {
4367
+ "widget": "publishTargets",
4368
+ "itemTemplate": "siteDropdownItem",
4369
+ "instructions": "Choose existing or create a new site.",
4370
+ "disabled": true
4371
+ }
4372
+ }
4373
+ },
4374
+ "vercel": {
4375
+ "order": [
4376
+ "destination"
4377
+ ],
4378
+ "properties": {
4379
+ "destination": {
4380
+ "widget": "publishTargets",
4381
+ "itemTemplate": "siteDropdownItem",
4382
+ "instructions": "Choose existing or create a new project.",
4383
+ "disabled": true
4384
+ }
4385
+ }
4386
+ }
4387
+ }
4388
+ },
4389
+ "services": {
4390
+ "stripe": {
4391
+ "id": "stripe",
4392
+ "provider": "stripe",
4393
+ "title": "Stripe",
4394
+ "namespace": "Stripe",
4395
+ "serviceType": "openapi",
4396
+ "authenticationType": "bearer",
4397
+ "authentication": "secret",
4398
+ "options": {
4399
+ "endpoint": "https://api.stripe.com/",
4400
+ "spec": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json",
4401
+ "useRestfulNames": true
4402
+ }
4403
+ }
4404
+ },
4405
+ "indexedShapes": {
4406
+ "Stripe_Product": {
4407
+ "queries": {
4408
+ "list": {
4409
+ "name": "Stripe_listProducts",
4410
+ "objectDepthLimit": 1
4411
+ },
4412
+ "get": {
4413
+ "name": "Stripe_getProduct",
4414
+ "objectDepthLimit": 1
4415
+ }
4416
+ },
4417
+ "triggers": [
4418
+ {
4419
+ "type": "schedule",
4420
+ "query": "list",
4421
+ "interval": 1440
4422
+ }
4423
+ ]
4424
+ }
4425
+ }
4426
+ }