@shipfox/api-integration-core-dto 6.0.0 → 8.0.0

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,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 12 files with swc (389.15ms)
2
+ Successfully compiled: 12 files with swc (317.13ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shipfox/api-integration-core-dto
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 7f227c6: Moves Projects and Integrations synchronous contracts to producer-owned inter-module entry points.
8
+
3
9
  ## 6.0.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  export * from '#contracts/index.js';
2
2
  export * from '#errors.js';
3
3
  export * from '#events.js';
4
- export * from '#inter-module.js';
5
4
  export * from '#ports.js';
6
5
  export * from '#schemas/index.js';
7
6
  export * from '#slug.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC"}
package/dist/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  export * from '#contracts/index.js';
2
2
  export * from '#errors.js';
3
3
  export * from '#events.js';
4
- export * from '#inter-module.js';
5
4
  export * from '#ports.js';
6
5
  export * from '#schemas/index.js';
7
6
  export * from '#slug.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '#contracts/index.js';\nexport * from '#errors.js';\nexport * from '#events.js';\nexport * from '#inter-module.js';\nexport * from '#ports.js';\nexport * from '#schemas/index.js';\nexport * from '#slug.js';\nexport * from '#webhooks.js';\n"],"names":[],"mappings":"AAAA,cAAc,sBAAsB;AACpC,cAAc,aAAa;AAC3B,cAAc,aAAa;AAC3B,cAAc,mBAAmB;AACjC,cAAc,YAAY;AAC1B,cAAc,oBAAoB;AAClC,cAAc,WAAW;AACzB,cAAc,eAAe"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '#contracts/index.js';\nexport * from '#errors.js';\nexport * from '#events.js';\nexport * from '#ports.js';\nexport * from '#schemas/index.js';\nexport * from '#slug.js';\nexport * from '#webhooks.js';\n"],"names":[],"mappings":"AAAA,cAAc,sBAAsB;AACpC,cAAc,aAAa;AAC3B,cAAc,aAAa;AAC3B,cAAc,YAAY;AAC1B,cAAc,oBAAoB;AAClC,cAAc,WAAW;AACzB,cAAc,eAAe"}
@@ -216,9 +216,9 @@ export declare const integrationsInterModuleContract: import("@shipfox/inter-mod
216
216
  selectors: z.ZodArray<z.ZodObject<{
217
217
  token: z.ZodString;
218
218
  kind: z.ZodEnum<{
219
+ method: "method";
219
220
  family: "family";
220
221
  family_wildcard: "family_wildcard";
221
- method: "method";
222
222
  standalone: "standalone";
223
223
  }>;
224
224
  sensitivity: z.ZodEnum<{