@slicemachine/manager 0.24.15-alpha.jp-cr-ui-refactor-state-nested.11 → 0.24.15-alpha.jp-cr-ui-groups.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const _commonjsHelpers = require("../../../../../../_virtual/_commonjsHelpers.cjs");
3
3
  const client = require("../../../../../../_virtual/client2.cjs");
4
- const index = require("../../../../../../_virtual/index3.cjs");
4
+ const index = require("../../../../../../_virtual/index2.cjs");
5
5
  const experimentCore_esm = require("../../../../../../_virtual/experiment-core.esm.cjs");
6
6
  require("../assignment/assignment.cjs");
7
7
  require("../assignment/assignment-filter.cjs");
@@ -1,6 +1,6 @@
1
1
  import { commonjsGlobal } from "../../../../../../_virtual/_commonjsHelpers.js";
2
2
  import { __exports as client } from "../../../../../../_virtual/client2.js";
3
- import require$$0 from "../../../../../../_virtual/index3.js";
3
+ import require$$0 from "../../../../../../_virtual/index2.js";
4
4
  import require$$1 from "../../../../../../_virtual/experiment-core.esm.js";
5
5
  import "../assignment/assignment.js";
6
6
  import "../assignment/assignment-filter.js";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const _commonjsHelpers = require("../../_virtual/_commonjsHelpers.cjs");
3
- const index = require("../../_virtual/index2.cjs");
3
+ const index = require("../../_virtual/index3.cjs");
4
4
  const require$$0 = require("child_process");
5
5
  const parse$1 = require("./lib/parse.cjs");
6
6
  const enoent$1 = require("./lib/enoent.cjs");
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
2
- import { __module as crossSpawn$1 } from "../../_virtual/index2.js";
2
+ import { __module as crossSpawn$1 } from "../../_virtual/index3.js";
3
3
  import require$$0 from "child_process";
4
4
  import { p as parse_1 } from "./lib/parse.js";
5
5
  import { e as enoent$1 } from "./lib/enoent.js";
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var crossSpawn = { exports: {} };
4
- exports.__module = crossSpawn;
2
+ const _commonjsHelpers = require("./_commonjsHelpers.cjs");
3
+ const index = require('./../_node_modules/@amplitude/analytics-node/lib/esm/index.cjs');
4
+ const require$$0 = /* @__PURE__ */ _commonjsHelpers.getAugmentedNamespace(index);
5
+ module.exports = require$$0;
5
6
  //# sourceMappingURL=index2.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index2.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
1
+ {"version":3,"file":"index2.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,5 +1,7 @@
1
- var crossSpawn = { exports: {} };
1
+ import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
+ import * as index from './../_node_modules/@amplitude/analytics-node/lib/esm/index.js';
3
+ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(index);
2
4
  export {
3
- crossSpawn as __module
5
+ require$$0 as default
4
6
  };
5
7
  //# sourceMappingURL=index2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
- const _commonjsHelpers = require("./_commonjsHelpers.cjs");
3
- const index = require('./../_node_modules/@amplitude/analytics-node/lib/esm/index.cjs');
4
- const require$$0 = /* @__PURE__ */ _commonjsHelpers.getAugmentedNamespace(index);
5
- module.exports = require$$0;
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ var crossSpawn = { exports: {} };
4
+ exports.__module = crossSpawn;
6
5
  //# sourceMappingURL=index3.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index3.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
1
+ {"version":3,"file":"index3.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,7 +1,5 @@
1
- import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
- import * as index from './../_node_modules/@amplitude/analytics-node/lib/esm/index.js';
3
- const require$$0 = /* @__PURE__ */ getAugmentedNamespace(index);
1
+ var crossSpawn = { exports: {} };
4
2
  export {
5
- require$$0 as default
3
+ crossSpawn as __module
6
4
  };
7
5
  //# sourceMappingURL=index3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
1
+ {"version":3,"file":"index3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -221,18 +221,31 @@ declare const InferSliceResponse: z.ZodObject<{
221
221
  useAsTitle?: boolean | undefined;
222
222
  placeholder?: string | undefined;
223
223
  select?: "media" | "document" | "web" | null | undefined;
224
- customtypes?: readonly (string | ({
224
+ customtypes?: readonly (string | {
225
225
  id: string;
226
- } & {
227
- fields?: readonly (string | {
226
+ fields: readonly (string | {
227
+ id: string;
228
+ customtypes: readonly (string | {
229
+ id: string;
230
+ fields: readonly (string | {
231
+ id: string;
232
+ fields: readonly string[];
233
+ })[];
234
+ })[];
235
+ } | {
228
236
  id: string;
229
- customtypes: readonly (string | ({
237
+ fields: readonly (string | {
230
238
  id: string;
231
- } & {
232
- fields?: readonly string[] | undefined;
233
- }))[];
234
- })[] | undefined;
235
- }))[] | undefined;
239
+ customtypes: readonly (string | {
240
+ id: string;
241
+ fields: readonly (string | {
242
+ id: string;
243
+ fields: readonly string[];
244
+ })[];
245
+ })[];
246
+ })[];
247
+ })[];
248
+ })[] | undefined;
236
249
  masks?: readonly string[] | undefined;
237
250
  tags?: readonly string[] | undefined;
238
251
  allowTargetBlank?: boolean | undefined;
@@ -407,18 +420,31 @@ declare const InferSliceResponse: z.ZodObject<{
407
420
  useAsTitle?: boolean | undefined;
408
421
  placeholder?: string | undefined;
409
422
  select?: "media" | "document" | "web" | null | undefined;
410
- customtypes?: readonly (string | ({
423
+ customtypes?: readonly (string | {
411
424
  id: string;
412
- } & {
413
- fields?: readonly (string | {
425
+ fields: readonly (string | {
426
+ id: string;
427
+ customtypes: readonly (string | {
428
+ id: string;
429
+ fields: readonly (string | {
430
+ id: string;
431
+ fields: readonly string[];
432
+ })[];
433
+ })[];
434
+ } | {
414
435
  id: string;
415
- customtypes: readonly (string | ({
436
+ fields: readonly (string | {
416
437
  id: string;
417
- } & {
418
- fields?: readonly string[] | undefined;
419
- }))[];
420
- })[] | undefined;
421
- }))[] | undefined;
438
+ customtypes: readonly (string | {
439
+ id: string;
440
+ fields: readonly (string | {
441
+ id: string;
442
+ fields: readonly string[];
443
+ })[];
444
+ })[];
445
+ })[];
446
+ })[];
447
+ })[] | undefined;
422
448
  masks?: readonly string[] | undefined;
423
449
  tags?: readonly string[] | undefined;
424
450
  allowTargetBlank?: boolean | undefined;
@@ -593,18 +619,31 @@ declare const InferSliceResponse: z.ZodObject<{
593
619
  useAsTitle?: boolean | undefined;
594
620
  placeholder?: string | undefined;
595
621
  select?: "media" | "document" | "web" | null | undefined;
596
- customtypes?: readonly (string | ({
622
+ customtypes?: readonly (string | {
597
623
  id: string;
598
- } & {
599
- fields?: readonly (string | {
624
+ fields: readonly (string | {
625
+ id: string;
626
+ customtypes: readonly (string | {
627
+ id: string;
628
+ fields: readonly (string | {
629
+ id: string;
630
+ fields: readonly string[];
631
+ })[];
632
+ })[];
633
+ } | {
600
634
  id: string;
601
- customtypes: readonly (string | ({
635
+ fields: readonly (string | {
602
636
  id: string;
603
- } & {
604
- fields?: readonly string[] | undefined;
605
- }))[];
606
- })[] | undefined;
607
- }))[] | undefined;
637
+ customtypes: readonly (string | {
638
+ id: string;
639
+ fields: readonly (string | {
640
+ id: string;
641
+ fields: readonly string[];
642
+ })[];
643
+ })[];
644
+ })[];
645
+ })[];
646
+ })[] | undefined;
608
647
  masks?: readonly string[] | undefined;
609
648
  tags?: readonly string[] | undefined;
610
649
  allowTargetBlank?: boolean | undefined;
@@ -778,18 +817,31 @@ declare const InferSliceResponse: z.ZodObject<{
778
817
  useAsTitle?: boolean | undefined;
779
818
  placeholder?: string | undefined;
780
819
  select?: "media" | "document" | "web" | null | undefined;
781
- customtypes?: readonly (string | ({
820
+ customtypes?: readonly (string | {
782
821
  id: string;
783
- } & {
784
- fields?: readonly (string | {
822
+ fields: readonly (string | {
785
823
  id: string;
786
- customtypes: readonly (string | ({
824
+ customtypes: readonly (string | {
787
825
  id: string;
788
- } & {
789
- fields?: readonly string[] | undefined;
790
- }))[];
791
- })[] | undefined;
792
- }))[] | undefined;
826
+ fields: readonly (string | {
827
+ id: string;
828
+ fields: readonly string[];
829
+ })[];
830
+ })[];
831
+ } | {
832
+ id: string;
833
+ fields: readonly (string | {
834
+ id: string;
835
+ customtypes: readonly (string | {
836
+ id: string;
837
+ fields: readonly (string | {
838
+ id: string;
839
+ fields: readonly string[];
840
+ })[];
841
+ })[];
842
+ })[];
843
+ })[];
844
+ })[] | undefined;
793
845
  masks?: readonly string[] | undefined;
794
846
  tags?: readonly string[] | undefined;
795
847
  allowTargetBlank?: boolean | undefined;
@@ -979,18 +1031,31 @@ declare const InferSliceResponse: z.ZodObject<{
979
1031
  useAsTitle?: boolean | undefined;
980
1032
  placeholder?: string | undefined;
981
1033
  select?: "media" | "document" | "web" | null | undefined;
982
- customtypes?: readonly (string | ({
1034
+ customtypes?: readonly (string | {
983
1035
  id: string;
984
- } & {
985
- fields?: readonly (string | {
1036
+ fields: readonly (string | {
1037
+ id: string;
1038
+ customtypes: readonly (string | {
1039
+ id: string;
1040
+ fields: readonly (string | {
1041
+ id: string;
1042
+ fields: readonly string[];
1043
+ })[];
1044
+ })[];
1045
+ } | {
986
1046
  id: string;
987
- customtypes: readonly (string | ({
1047
+ fields: readonly (string | {
988
1048
  id: string;
989
- } & {
990
- fields?: readonly string[] | undefined;
991
- }))[];
992
- })[] | undefined;
993
- }))[] | undefined;
1049
+ customtypes: readonly (string | {
1050
+ id: string;
1051
+ fields: readonly (string | {
1052
+ id: string;
1053
+ fields: readonly string[];
1054
+ })[];
1055
+ })[];
1056
+ })[];
1057
+ })[];
1058
+ })[] | undefined;
994
1059
  masks?: readonly string[] | undefined;
995
1060
  tags?: readonly string[] | undefined;
996
1061
  allowTargetBlank?: boolean | undefined;
@@ -1165,18 +1230,31 @@ declare const InferSliceResponse: z.ZodObject<{
1165
1230
  useAsTitle?: boolean | undefined;
1166
1231
  placeholder?: string | undefined;
1167
1232
  select?: "media" | "document" | "web" | null | undefined;
1168
- customtypes?: readonly (string | ({
1233
+ customtypes?: readonly (string | {
1169
1234
  id: string;
1170
- } & {
1171
- fields?: readonly (string | {
1235
+ fields: readonly (string | {
1236
+ id: string;
1237
+ customtypes: readonly (string | {
1238
+ id: string;
1239
+ fields: readonly (string | {
1240
+ id: string;
1241
+ fields: readonly string[];
1242
+ })[];
1243
+ })[];
1244
+ } | {
1172
1245
  id: string;
1173
- customtypes: readonly (string | ({
1246
+ fields: readonly (string | {
1174
1247
  id: string;
1175
- } & {
1176
- fields?: readonly string[] | undefined;
1177
- }))[];
1178
- })[] | undefined;
1179
- }))[] | undefined;
1248
+ customtypes: readonly (string | {
1249
+ id: string;
1250
+ fields: readonly (string | {
1251
+ id: string;
1252
+ fields: readonly string[];
1253
+ })[];
1254
+ })[];
1255
+ })[];
1256
+ })[];
1257
+ })[] | undefined;
1180
1258
  masks?: readonly string[] | undefined;
1181
1259
  tags?: readonly string[] | undefined;
1182
1260
  allowTargetBlank?: boolean | undefined;
@@ -1351,18 +1429,31 @@ declare const InferSliceResponse: z.ZodObject<{
1351
1429
  useAsTitle?: boolean | undefined;
1352
1430
  placeholder?: string | undefined;
1353
1431
  select?: "media" | "document" | "web" | null | undefined;
1354
- customtypes?: readonly (string | ({
1432
+ customtypes?: readonly (string | {
1355
1433
  id: string;
1356
- } & {
1357
- fields?: readonly (string | {
1434
+ fields: readonly (string | {
1435
+ id: string;
1436
+ customtypes: readonly (string | {
1437
+ id: string;
1438
+ fields: readonly (string | {
1439
+ id: string;
1440
+ fields: readonly string[];
1441
+ })[];
1442
+ })[];
1443
+ } | {
1358
1444
  id: string;
1359
- customtypes: readonly (string | ({
1445
+ fields: readonly (string | {
1360
1446
  id: string;
1361
- } & {
1362
- fields?: readonly string[] | undefined;
1363
- }))[];
1364
- })[] | undefined;
1365
- }))[] | undefined;
1447
+ customtypes: readonly (string | {
1448
+ id: string;
1449
+ fields: readonly (string | {
1450
+ id: string;
1451
+ fields: readonly string[];
1452
+ })[];
1453
+ })[];
1454
+ })[];
1455
+ })[];
1456
+ })[] | undefined;
1366
1457
  masks?: readonly string[] | undefined;
1367
1458
  tags?: readonly string[] | undefined;
1368
1459
  allowTargetBlank?: boolean | undefined;
@@ -1536,18 +1627,31 @@ declare const InferSliceResponse: z.ZodObject<{
1536
1627
  useAsTitle?: boolean | undefined;
1537
1628
  placeholder?: string | undefined;
1538
1629
  select?: "media" | "document" | "web" | null | undefined;
1539
- customtypes?: readonly (string | ({
1630
+ customtypes?: readonly (string | {
1540
1631
  id: string;
1541
- } & {
1542
- fields?: readonly (string | {
1632
+ fields: readonly (string | {
1543
1633
  id: string;
1544
- customtypes: readonly (string | ({
1634
+ customtypes: readonly (string | {
1545
1635
  id: string;
1546
- } & {
1547
- fields?: readonly string[] | undefined;
1548
- }))[];
1549
- })[] | undefined;
1550
- }))[] | undefined;
1636
+ fields: readonly (string | {
1637
+ id: string;
1638
+ fields: readonly string[];
1639
+ })[];
1640
+ })[];
1641
+ } | {
1642
+ id: string;
1643
+ fields: readonly (string | {
1644
+ id: string;
1645
+ customtypes: readonly (string | {
1646
+ id: string;
1647
+ fields: readonly (string | {
1648
+ id: string;
1649
+ fields: readonly string[];
1650
+ })[];
1651
+ })[];
1652
+ })[];
1653
+ })[];
1654
+ })[] | undefined;
1551
1655
  masks?: readonly string[] | undefined;
1552
1656
  tags?: readonly string[] | undefined;
1553
1657
  allowTargetBlank?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/manager",
3
- "version": "0.24.15-alpha.jp-cr-ui-refactor-state-nested.11",
3
+ "version": "0.24.15-alpha.jp-cr-ui-groups.2",
4
4
  "description": "Manage all aspects of a Slice Machine project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,9 +68,9 @@
68
68
  "@prismicio/client": "7.17.0",
69
69
  "@prismicio/custom-types-client": "2.1.0",
70
70
  "@prismicio/mocks": "2.13.0",
71
- "@prismicio/types-internal": "3.10.0",
71
+ "@prismicio/types-internal": "3.10.1",
72
72
  "@segment/analytics-node": "^2.1.2",
73
- "@slicemachine/plugin-kit": "0.4.77-alpha.jp-cr-ui-refactor-state-nested.11",
73
+ "@slicemachine/plugin-kit": "0.4.77-alpha.jp-cr-ui-groups.2",
74
74
  "cookie": "^1.0.1",
75
75
  "cors": "^2.8.5",
76
76
  "execa": "^7.1.1",