@uniformdev/canvas 19.184.3-alpha.32 → 19.186.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.
package/dist/index.d.mts CHANGED
@@ -680,14 +680,6 @@ interface external$j {
680
680
  variables?: {
681
681
  [key: string]: external$j["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
682
682
  };
683
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
684
- customPublic?: {
685
- [key: string]: unknown;
686
- };
687
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
688
- custom?: {
689
- [key: string]: unknown;
690
- };
691
683
  };
692
684
  /**
693
685
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -1335,6 +1327,11 @@ interface external$j {
1335
1327
  typeName?: string;
1336
1328
  /** @description List of locales that the composition is available in. If empty, available in all locales */
1337
1329
  locales: string[];
1330
+ /**
1331
+ * Format: date-time
1332
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
1333
+ */
1334
+ modified?: string;
1338
1335
  };
1339
1336
  ProjectMapNodeUpdate: {
1340
1337
  /**
@@ -1941,14 +1938,6 @@ interface components$8 {
1941
1938
  variables?: {
1942
1939
  [key: string]: components$8["schemas"]["DataVariableDefinition"];
1943
1940
  };
1944
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
1945
- customPublic?: {
1946
- [key: string]: unknown;
1947
- };
1948
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
1949
- custom?: {
1950
- [key: string]: unknown;
1951
- };
1952
1941
  };
1953
1942
  /**
1954
1943
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -2637,6 +2626,11 @@ interface external$i {
2637
2626
  typeName?: string;
2638
2627
  /** @description List of locales that the composition is available in. If empty, available in all locales */
2639
2628
  locales: string[];
2629
+ /**
2630
+ * Format: date-time
2631
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
2632
+ */
2633
+ modified?: string;
2640
2634
  };
2641
2635
  ProjectMapNodeUpdate: {
2642
2636
  /**
@@ -3359,14 +3353,6 @@ interface external$h {
3359
3353
  variables?: {
3360
3354
  [key: string]: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
3361
3355
  };
3362
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
3363
- customPublic?: {
3364
- [key: string]: unknown;
3365
- };
3366
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
3367
- custom?: {
3368
- [key: string]: unknown;
3369
- };
3370
3356
  };
3371
3357
  /**
3372
3358
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -4014,6 +4000,11 @@ interface external$h {
4014
4000
  typeName?: string;
4015
4001
  /** @description List of locales that the composition is available in. If empty, available in all locales */
4016
4002
  locales: string[];
4003
+ /**
4004
+ * Format: date-time
4005
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
4006
+ */
4007
+ modified?: string;
4017
4008
  };
4018
4009
  ProjectMapNodeUpdate: {
4019
4010
  /**
@@ -4878,14 +4869,6 @@ interface external$g {
4878
4869
  variables?: {
4879
4870
  [key: string]: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
4880
4871
  };
4881
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
4882
- customPublic?: {
4883
- [key: string]: unknown;
4884
- };
4885
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
4886
- custom?: {
4887
- [key: string]: unknown;
4888
- };
4889
4872
  };
4890
4873
  /**
4891
4874
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -5533,6 +5516,11 @@ interface external$g {
5533
5516
  typeName?: string;
5534
5517
  /** @description List of locales that the composition is available in. If empty, available in all locales */
5535
5518
  locales: string[];
5519
+ /**
5520
+ * Format: date-time
5521
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
5522
+ */
5523
+ modified?: string;
5536
5524
  };
5537
5525
  ProjectMapNodeUpdate: {
5538
5526
  /**
@@ -6718,14 +6706,6 @@ interface external$f {
6718
6706
  variables?: {
6719
6707
  [key: string]: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
6720
6708
  };
6721
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
6722
- customPublic?: {
6723
- [key: string]: unknown;
6724
- };
6725
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
6726
- custom?: {
6727
- [key: string]: unknown;
6728
- };
6729
6709
  };
6730
6710
  /**
6731
6711
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -7373,6 +7353,11 @@ interface external$f {
7373
7353
  typeName?: string;
7374
7354
  /** @description List of locales that the composition is available in. If empty, available in all locales */
7375
7355
  locales: string[];
7356
+ /**
7357
+ * Format: date-time
7358
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
7359
+ */
7360
+ modified?: string;
7376
7361
  };
7377
7362
  ProjectMapNodeUpdate: {
7378
7363
  /**
@@ -8065,14 +8050,6 @@ interface external$e {
8065
8050
  variables?: {
8066
8051
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
8067
8052
  };
8068
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
8069
- customPublic?: {
8070
- [key: string]: unknown;
8071
- };
8072
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
8073
- custom?: {
8074
- [key: string]: unknown;
8075
- };
8076
8053
  };
8077
8054
  /**
8078
8055
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -8720,6 +8697,11 @@ interface external$e {
8720
8697
  typeName?: string;
8721
8698
  /** @description List of locales that the composition is available in. If empty, available in all locales */
8722
8699
  locales: string[];
8700
+ /**
8701
+ * Format: date-time
8702
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
8703
+ */
8704
+ modified?: string;
8723
8705
  };
8724
8706
  ProjectMapNodeUpdate: {
8725
8707
  /**
@@ -9469,14 +9451,6 @@ interface external$d {
9469
9451
  variables?: {
9470
9452
  [key: string]: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
9471
9453
  };
9472
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
9473
- customPublic?: {
9474
- [key: string]: unknown;
9475
- };
9476
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
9477
- custom?: {
9478
- [key: string]: unknown;
9479
- };
9480
9454
  };
9481
9455
  /**
9482
9456
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -10124,6 +10098,11 @@ interface external$d {
10124
10098
  typeName?: string;
10125
10099
  /** @description List of locales that the composition is available in. If empty, available in all locales */
10126
10100
  locales: string[];
10101
+ /**
10102
+ * Format: date-time
10103
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
10104
+ */
10105
+ modified?: string;
10127
10106
  };
10128
10107
  ProjectMapNodeUpdate: {
10129
10108
  /**
@@ -10810,14 +10789,6 @@ interface external$c {
10810
10789
  variables?: {
10811
10790
  [key: string]: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
10812
10791
  };
10813
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
10814
- customPublic?: {
10815
- [key: string]: unknown;
10816
- };
10817
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
10818
- custom?: {
10819
- [key: string]: unknown;
10820
- };
10821
10792
  };
10822
10793
  /**
10823
10794
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -11465,6 +11436,11 @@ interface external$c {
11465
11436
  typeName?: string;
11466
11437
  /** @description List of locales that the composition is available in. If empty, available in all locales */
11467
11438
  locales: string[];
11439
+ /**
11440
+ * Format: date-time
11441
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
11442
+ */
11443
+ modified?: string;
11468
11444
  };
11469
11445
  ProjectMapNodeUpdate: {
11470
11446
  /**
@@ -12186,14 +12162,6 @@ interface external$b {
12186
12162
  variables?: {
12187
12163
  [key: string]: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
12188
12164
  };
12189
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
12190
- customPublic?: {
12191
- [key: string]: unknown;
12192
- };
12193
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
12194
- custom?: {
12195
- [key: string]: unknown;
12196
- };
12197
12165
  };
12198
12166
  /**
12199
12167
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -12841,6 +12809,11 @@ interface external$b {
12841
12809
  typeName?: string;
12842
12810
  /** @description List of locales that the composition is available in. If empty, available in all locales */
12843
12811
  locales: string[];
12812
+ /**
12813
+ * Format: date-time
12814
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
12815
+ */
12816
+ modified?: string;
12844
12817
  };
12845
12818
  ProjectMapNodeUpdate: {
12846
12819
  /**
@@ -13562,14 +13535,6 @@ interface external$a {
13562
13535
  variables?: {
13563
13536
  [key: string]: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
13564
13537
  };
13565
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
13566
- customPublic?: {
13567
- [key: string]: unknown;
13568
- };
13569
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
13570
- custom?: {
13571
- [key: string]: unknown;
13572
- };
13573
13538
  };
13574
13539
  /**
13575
13540
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -14217,6 +14182,11 @@ interface external$a {
14217
14182
  typeName?: string;
14218
14183
  /** @description List of locales that the composition is available in. If empty, available in all locales */
14219
14184
  locales: string[];
14185
+ /**
14186
+ * Format: date-time
14187
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
14188
+ */
14189
+ modified?: string;
14220
14190
  };
14221
14191
  ProjectMapNodeUpdate: {
14222
14192
  /**
@@ -15689,14 +15659,6 @@ interface external$8 {
15689
15659
  variables?: {
15690
15660
  [key: string]: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
15691
15661
  };
15692
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
15693
- customPublic?: {
15694
- [key: string]: unknown;
15695
- };
15696
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
15697
- custom?: {
15698
- [key: string]: unknown;
15699
- };
15700
15662
  };
15701
15663
  /**
15702
15664
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -16344,6 +16306,11 @@ interface external$8 {
16344
16306
  typeName?: string;
16345
16307
  /** @description List of locales that the composition is available in. If empty, available in all locales */
16346
16308
  locales: string[];
16309
+ /**
16310
+ * Format: date-time
16311
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
16312
+ */
16313
+ modified?: string;
16347
16314
  };
16348
16315
  ProjectMapNodeUpdate: {
16349
16316
  /**
@@ -17036,14 +17003,6 @@ interface external$7 {
17036
17003
  variables?: {
17037
17004
  [key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
17038
17005
  };
17039
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
17040
- customPublic?: {
17041
- [key: string]: unknown;
17042
- };
17043
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
17044
- custom?: {
17045
- [key: string]: unknown;
17046
- };
17047
17006
  };
17048
17007
  /**
17049
17008
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -17691,6 +17650,11 @@ interface external$7 {
17691
17650
  typeName?: string;
17692
17651
  /** @description List of locales that the composition is available in. If empty, available in all locales */
17693
17652
  locales: string[];
17653
+ /**
17654
+ * Format: date-time
17655
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
17656
+ */
17657
+ modified?: string;
17694
17658
  };
17695
17659
  ProjectMapNodeUpdate: {
17696
17660
  /**
@@ -18540,14 +18504,6 @@ interface external$6 {
18540
18504
  variables?: {
18541
18505
  [key: string]: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
18542
18506
  };
18543
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
18544
- customPublic?: {
18545
- [key: string]: unknown;
18546
- };
18547
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
18548
- custom?: {
18549
- [key: string]: unknown;
18550
- };
18551
18507
  };
18552
18508
  /**
18553
18509
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -20329,6 +20285,11 @@ interface external$6 {
20329
20285
  typeName?: string;
20330
20286
  /** @description List of locales that the composition is available in. If empty, available in all locales */
20331
20287
  locales: string[];
20288
+ /**
20289
+ * Format: date-time
20290
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
20291
+ */
20292
+ modified?: string;
20332
20293
  };
20333
20294
  ProjectMapNodeUpdate: {
20334
20295
  /**
@@ -21608,14 +21569,6 @@ interface external$5 {
21608
21569
  variables?: {
21609
21570
  [key: string]: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
21610
21571
  };
21611
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
21612
- customPublic?: {
21613
- [key: string]: unknown;
21614
- };
21615
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
21616
- custom?: {
21617
- [key: string]: unknown;
21618
- };
21619
21572
  };
21620
21573
  /**
21621
21574
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -22864,6 +22817,11 @@ interface external$5 {
22864
22817
  typeName?: string;
22865
22818
  /** @description List of locales that the composition is available in. If empty, available in all locales */
22866
22819
  locales: string[];
22820
+ /**
22821
+ * Format: date-time
22822
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
22823
+ */
22824
+ modified?: string;
22867
22825
  };
22868
22826
  ProjectMapNodeUpdate: {
22869
22827
  /**
@@ -24541,14 +24499,6 @@ interface external$3 {
24541
24499
  variables?: {
24542
24500
  [key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
24543
24501
  };
24544
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
24545
- customPublic?: {
24546
- [key: string]: unknown;
24547
- };
24548
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
24549
- custom?: {
24550
- [key: string]: unknown;
24551
- };
24552
24502
  };
24553
24503
  /**
24554
24504
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -25196,6 +25146,11 @@ interface external$3 {
25196
25146
  typeName?: string;
25197
25147
  /** @description List of locales that the composition is available in. If empty, available in all locales */
25198
25148
  locales: string[];
25149
+ /**
25150
+ * Format: date-time
25151
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
25152
+ */
25153
+ modified?: string;
25199
25154
  };
25200
25155
  ProjectMapNodeUpdate: {
25201
25156
  /**
@@ -26174,14 +26129,6 @@ interface external$1 {
26174
26129
  variables?: {
26175
26130
  [key: string]: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
26176
26131
  };
26177
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
26178
- customPublic?: {
26179
- [key: string]: unknown;
26180
- };
26181
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
26182
- custom?: {
26183
- [key: string]: unknown;
26184
- };
26185
26132
  };
26186
26133
  /**
26187
26134
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -26829,6 +26776,11 @@ interface external$1 {
26829
26776
  typeName?: string;
26830
26777
  /** @description List of locales that the composition is available in. If empty, available in all locales */
26831
26778
  locales: string[];
26779
+ /**
26780
+ * Format: date-time
26781
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
26782
+ */
26783
+ modified?: string;
26832
26784
  };
26833
26785
  ProjectMapNodeUpdate: {
26834
26786
  /**
package/dist/index.d.ts CHANGED
@@ -680,14 +680,6 @@ interface external$j {
680
680
  variables?: {
681
681
  [key: string]: external$j["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
682
682
  };
683
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
684
- customPublic?: {
685
- [key: string]: unknown;
686
- };
687
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
688
- custom?: {
689
- [key: string]: unknown;
690
- };
691
683
  };
692
684
  /**
693
685
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -1335,6 +1327,11 @@ interface external$j {
1335
1327
  typeName?: string;
1336
1328
  /** @description List of locales that the composition is available in. If empty, available in all locales */
1337
1329
  locales: string[];
1330
+ /**
1331
+ * Format: date-time
1332
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
1333
+ */
1334
+ modified?: string;
1338
1335
  };
1339
1336
  ProjectMapNodeUpdate: {
1340
1337
  /**
@@ -1941,14 +1938,6 @@ interface components$8 {
1941
1938
  variables?: {
1942
1939
  [key: string]: components$8["schemas"]["DataVariableDefinition"];
1943
1940
  };
1944
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
1945
- customPublic?: {
1946
- [key: string]: unknown;
1947
- };
1948
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
1949
- custom?: {
1950
- [key: string]: unknown;
1951
- };
1952
1941
  };
1953
1942
  /**
1954
1943
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -2637,6 +2626,11 @@ interface external$i {
2637
2626
  typeName?: string;
2638
2627
  /** @description List of locales that the composition is available in. If empty, available in all locales */
2639
2628
  locales: string[];
2629
+ /**
2630
+ * Format: date-time
2631
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
2632
+ */
2633
+ modified?: string;
2640
2634
  };
2641
2635
  ProjectMapNodeUpdate: {
2642
2636
  /**
@@ -3359,14 +3353,6 @@ interface external$h {
3359
3353
  variables?: {
3360
3354
  [key: string]: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
3361
3355
  };
3362
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
3363
- customPublic?: {
3364
- [key: string]: unknown;
3365
- };
3366
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
3367
- custom?: {
3368
- [key: string]: unknown;
3369
- };
3370
3356
  };
3371
3357
  /**
3372
3358
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -4014,6 +4000,11 @@ interface external$h {
4014
4000
  typeName?: string;
4015
4001
  /** @description List of locales that the composition is available in. If empty, available in all locales */
4016
4002
  locales: string[];
4003
+ /**
4004
+ * Format: date-time
4005
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
4006
+ */
4007
+ modified?: string;
4017
4008
  };
4018
4009
  ProjectMapNodeUpdate: {
4019
4010
  /**
@@ -4878,14 +4869,6 @@ interface external$g {
4878
4869
  variables?: {
4879
4870
  [key: string]: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
4880
4871
  };
4881
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
4882
- customPublic?: {
4883
- [key: string]: unknown;
4884
- };
4885
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
4886
- custom?: {
4887
- [key: string]: unknown;
4888
- };
4889
4872
  };
4890
4873
  /**
4891
4874
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -5533,6 +5516,11 @@ interface external$g {
5533
5516
  typeName?: string;
5534
5517
  /** @description List of locales that the composition is available in. If empty, available in all locales */
5535
5518
  locales: string[];
5519
+ /**
5520
+ * Format: date-time
5521
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
5522
+ */
5523
+ modified?: string;
5536
5524
  };
5537
5525
  ProjectMapNodeUpdate: {
5538
5526
  /**
@@ -6718,14 +6706,6 @@ interface external$f {
6718
6706
  variables?: {
6719
6707
  [key: string]: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
6720
6708
  };
6721
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
6722
- customPublic?: {
6723
- [key: string]: unknown;
6724
- };
6725
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
6726
- custom?: {
6727
- [key: string]: unknown;
6728
- };
6729
6709
  };
6730
6710
  /**
6731
6711
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -7373,6 +7353,11 @@ interface external$f {
7373
7353
  typeName?: string;
7374
7354
  /** @description List of locales that the composition is available in. If empty, available in all locales */
7375
7355
  locales: string[];
7356
+ /**
7357
+ * Format: date-time
7358
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
7359
+ */
7360
+ modified?: string;
7376
7361
  };
7377
7362
  ProjectMapNodeUpdate: {
7378
7363
  /**
@@ -8065,14 +8050,6 @@ interface external$e {
8065
8050
  variables?: {
8066
8051
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
8067
8052
  };
8068
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
8069
- customPublic?: {
8070
- [key: string]: unknown;
8071
- };
8072
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
8073
- custom?: {
8074
- [key: string]: unknown;
8075
- };
8076
8053
  };
8077
8054
  /**
8078
8055
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -8720,6 +8697,11 @@ interface external$e {
8720
8697
  typeName?: string;
8721
8698
  /** @description List of locales that the composition is available in. If empty, available in all locales */
8722
8699
  locales: string[];
8700
+ /**
8701
+ * Format: date-time
8702
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
8703
+ */
8704
+ modified?: string;
8723
8705
  };
8724
8706
  ProjectMapNodeUpdate: {
8725
8707
  /**
@@ -9469,14 +9451,6 @@ interface external$d {
9469
9451
  variables?: {
9470
9452
  [key: string]: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
9471
9453
  };
9472
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
9473
- customPublic?: {
9474
- [key: string]: unknown;
9475
- };
9476
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
9477
- custom?: {
9478
- [key: string]: unknown;
9479
- };
9480
9454
  };
9481
9455
  /**
9482
9456
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -10124,6 +10098,11 @@ interface external$d {
10124
10098
  typeName?: string;
10125
10099
  /** @description List of locales that the composition is available in. If empty, available in all locales */
10126
10100
  locales: string[];
10101
+ /**
10102
+ * Format: date-time
10103
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
10104
+ */
10105
+ modified?: string;
10127
10106
  };
10128
10107
  ProjectMapNodeUpdate: {
10129
10108
  /**
@@ -10810,14 +10789,6 @@ interface external$c {
10810
10789
  variables?: {
10811
10790
  [key: string]: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
10812
10791
  };
10813
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
10814
- customPublic?: {
10815
- [key: string]: unknown;
10816
- };
10817
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
10818
- custom?: {
10819
- [key: string]: unknown;
10820
- };
10821
10792
  };
10822
10793
  /**
10823
10794
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -11465,6 +11436,11 @@ interface external$c {
11465
11436
  typeName?: string;
11466
11437
  /** @description List of locales that the composition is available in. If empty, available in all locales */
11467
11438
  locales: string[];
11439
+ /**
11440
+ * Format: date-time
11441
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
11442
+ */
11443
+ modified?: string;
11468
11444
  };
11469
11445
  ProjectMapNodeUpdate: {
11470
11446
  /**
@@ -12186,14 +12162,6 @@ interface external$b {
12186
12162
  variables?: {
12187
12163
  [key: string]: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
12188
12164
  };
12189
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
12190
- customPublic?: {
12191
- [key: string]: unknown;
12192
- };
12193
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
12194
- custom?: {
12195
- [key: string]: unknown;
12196
- };
12197
12165
  };
12198
12166
  /**
12199
12167
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -12841,6 +12809,11 @@ interface external$b {
12841
12809
  typeName?: string;
12842
12810
  /** @description List of locales that the composition is available in. If empty, available in all locales */
12843
12811
  locales: string[];
12812
+ /**
12813
+ * Format: date-time
12814
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
12815
+ */
12816
+ modified?: string;
12844
12817
  };
12845
12818
  ProjectMapNodeUpdate: {
12846
12819
  /**
@@ -13562,14 +13535,6 @@ interface external$a {
13562
13535
  variables?: {
13563
13536
  [key: string]: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
13564
13537
  };
13565
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
13566
- customPublic?: {
13567
- [key: string]: unknown;
13568
- };
13569
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
13570
- custom?: {
13571
- [key: string]: unknown;
13572
- };
13573
13538
  };
13574
13539
  /**
13575
13540
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -14217,6 +14182,11 @@ interface external$a {
14217
14182
  typeName?: string;
14218
14183
  /** @description List of locales that the composition is available in. If empty, available in all locales */
14219
14184
  locales: string[];
14185
+ /**
14186
+ * Format: date-time
14187
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
14188
+ */
14189
+ modified?: string;
14220
14190
  };
14221
14191
  ProjectMapNodeUpdate: {
14222
14192
  /**
@@ -15689,14 +15659,6 @@ interface external$8 {
15689
15659
  variables?: {
15690
15660
  [key: string]: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
15691
15661
  };
15692
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
15693
- customPublic?: {
15694
- [key: string]: unknown;
15695
- };
15696
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
15697
- custom?: {
15698
- [key: string]: unknown;
15699
- };
15700
15662
  };
15701
15663
  /**
15702
15664
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -16344,6 +16306,11 @@ interface external$8 {
16344
16306
  typeName?: string;
16345
16307
  /** @description List of locales that the composition is available in. If empty, available in all locales */
16346
16308
  locales: string[];
16309
+ /**
16310
+ * Format: date-time
16311
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
16312
+ */
16313
+ modified?: string;
16347
16314
  };
16348
16315
  ProjectMapNodeUpdate: {
16349
16316
  /**
@@ -17036,14 +17003,6 @@ interface external$7 {
17036
17003
  variables?: {
17037
17004
  [key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
17038
17005
  };
17039
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
17040
- customPublic?: {
17041
- [key: string]: unknown;
17042
- };
17043
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
17044
- custom?: {
17045
- [key: string]: unknown;
17046
- };
17047
17006
  };
17048
17007
  /**
17049
17008
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -17691,6 +17650,11 @@ interface external$7 {
17691
17650
  typeName?: string;
17692
17651
  /** @description List of locales that the composition is available in. If empty, available in all locales */
17693
17652
  locales: string[];
17653
+ /**
17654
+ * Format: date-time
17655
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
17656
+ */
17657
+ modified?: string;
17694
17658
  };
17695
17659
  ProjectMapNodeUpdate: {
17696
17660
  /**
@@ -18540,14 +18504,6 @@ interface external$6 {
18540
18504
  variables?: {
18541
18505
  [key: string]: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
18542
18506
  };
18543
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
18544
- customPublic?: {
18545
- [key: string]: unknown;
18546
- };
18547
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
18548
- custom?: {
18549
- [key: string]: unknown;
18550
- };
18551
18507
  };
18552
18508
  /**
18553
18509
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -20329,6 +20285,11 @@ interface external$6 {
20329
20285
  typeName?: string;
20330
20286
  /** @description List of locales that the composition is available in. If empty, available in all locales */
20331
20287
  locales: string[];
20288
+ /**
20289
+ * Format: date-time
20290
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
20291
+ */
20292
+ modified?: string;
20332
20293
  };
20333
20294
  ProjectMapNodeUpdate: {
20334
20295
  /**
@@ -21608,14 +21569,6 @@ interface external$5 {
21608
21569
  variables?: {
21609
21570
  [key: string]: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
21610
21571
  };
21611
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
21612
- customPublic?: {
21613
- [key: string]: unknown;
21614
- };
21615
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
21616
- custom?: {
21617
- [key: string]: unknown;
21618
- };
21619
21572
  };
21620
21573
  /**
21621
21574
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -22864,6 +22817,11 @@ interface external$5 {
22864
22817
  typeName?: string;
22865
22818
  /** @description List of locales that the composition is available in. If empty, available in all locales */
22866
22819
  locales: string[];
22820
+ /**
22821
+ * Format: date-time
22822
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
22823
+ */
22824
+ modified?: string;
22867
22825
  };
22868
22826
  ProjectMapNodeUpdate: {
22869
22827
  /**
@@ -24541,14 +24499,6 @@ interface external$3 {
24541
24499
  variables?: {
24542
24500
  [key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
24543
24501
  };
24544
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
24545
- customPublic?: {
24546
- [key: string]: unknown;
24547
- };
24548
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
24549
- custom?: {
24550
- [key: string]: unknown;
24551
- };
24552
24502
  };
24553
24503
  /**
24554
24504
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -25196,6 +25146,11 @@ interface external$3 {
25196
25146
  typeName?: string;
25197
25147
  /** @description List of locales that the composition is available in. If empty, available in all locales */
25198
25148
  locales: string[];
25149
+ /**
25150
+ * Format: date-time
25151
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
25152
+ */
25153
+ modified?: string;
25199
25154
  };
25200
25155
  ProjectMapNodeUpdate: {
25201
25156
  /**
@@ -26174,14 +26129,6 @@ interface external$1 {
26174
26129
  variables?: {
26175
26130
  [key: string]: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
26176
26131
  };
26177
- /** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
26178
- customPublic?: {
26179
- [key: string]: unknown;
26180
- };
26181
- /** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
26182
- custom?: {
26183
- [key: string]: unknown;
26184
- };
26185
26132
  };
26186
26133
  /**
26187
26134
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
@@ -26829,6 +26776,11 @@ interface external$1 {
26829
26776
  typeName?: string;
26830
26777
  /** @description List of locales that the composition is available in. If empty, available in all locales */
26831
26778
  locales: string[];
26779
+ /**
26780
+ * Format: date-time
26781
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
26782
+ */
26783
+ modified?: string;
26832
26784
  };
26833
26785
  ProjectMapNodeUpdate: {
26834
26786
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.184.3-alpha.32+637f1f5303",
3
+ "version": "19.186.1",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,15 +32,15 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/retry": "0.12.5",
35
- "lexical": "0.17.0",
35
+ "lexical": "0.17.1",
36
36
  "p-retry": "5.1.2",
37
37
  "p-throttle": "5.0.0",
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.184.3-alpha.32+637f1f5303",
42
- "@uniformdev/context": "19.184.3-alpha.32+637f1f5303",
43
- "@uniformdev/richtext": "19.184.3-alpha.32+637f1f5303",
41
+ "@uniformdev/assets": "19.186.1",
42
+ "@uniformdev/context": "19.186.1",
43
+ "@uniformdev/richtext": "19.186.1",
44
44
  "immer": "10.1.1"
45
45
  },
46
46
  "files": [
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "637f1f5303933370e09fec676814bee7a9e26876"
52
+ "gitHead": "12ca61d140d99b4f2de67428425076cecbc6577b"
53
53
  }