@spiffcommerce/core 31.1.0-beta.c5afa5d3-4b53-5432-9ee2-0dbc6dca6200 → 31.1.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.
- package/CHANGELOG.md +0 -6
- package/dist/index.d.ts +0 -12
- package/dist/index.js +0 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -14,12 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
14
14
|
- `Fixed` for any bug fixes.
|
15
15
|
- `Security` in case of vulnerabilities.
|
16
16
|
|
17
|
-
## [30.2.0] - 01-09-2025
|
18
|
-
|
19
|
-
## Added
|
20
|
-
|
21
|
-
- The `getOrCreateCustomer` call will fetch an existing customer's product collection customers.
|
22
|
-
|
23
17
|
## [31.1.0] - 01-09-2025
|
24
18
|
|
25
19
|
## Added
|
package/dist/index.d.ts
CHANGED
@@ -4143,7 +4143,6 @@ interface Customer {
|
|
4143
4143
|
stakeholders?: Stakeholder[];
|
4144
4144
|
bundleStakeholders?: BundleStakeholder[];
|
4145
4145
|
hasBundleTemplates?: boolean;
|
4146
|
-
productCollectionCustomers?: ProductCollectionCustomer[];
|
4147
4146
|
}
|
4148
4147
|
interface CustomerDetailsInput {
|
4149
4148
|
emailAddress: string;
|
@@ -4234,7 +4233,6 @@ type ProductCollectionResource = {
|
|
4234
4233
|
dispatchEndDate?: string;
|
4235
4234
|
image?: Asset;
|
4236
4235
|
transformCollection?: TransformCollection;
|
4237
|
-
productCollectionCustomers?: ProductCollectionCustomer[];
|
4238
4236
|
};
|
4239
4237
|
type ProductCollectionProductResource = {
|
4240
4238
|
id: string;
|
@@ -4248,16 +4246,6 @@ type ProductCollectionProductsFeedResource = {
|
|
4248
4246
|
items: ProductCollectionProductResource[];
|
4249
4247
|
total: number;
|
4250
4248
|
};
|
4251
|
-
interface ProductCollectionCustomer {
|
4252
|
-
id: string;
|
4253
|
-
customer: Customer;
|
4254
|
-
productCollection: ProductCollectionResource;
|
4255
|
-
}
|
4256
|
-
interface ProductCollectionCustomer {
|
4257
|
-
id: string;
|
4258
|
-
customer: Customer;
|
4259
|
-
productCollection: ProductCollectionResource;
|
4260
|
-
}
|
4261
4249
|
type GlobalPropertyState = {
|
4262
4250
|
id: string;
|
4263
4251
|
aspects: GlobalPropertyStateAspect[];
|
package/dist/index.js
CHANGED
@@ -1618,12 +1618,6 @@
|
|
1618
1618
|
description
|
1619
1619
|
dispatchStartDate
|
1620
1620
|
dispatchEndDate
|
1621
|
-
productCollectionCustomers {
|
1622
|
-
id
|
1623
|
-
customer {
|
1624
|
-
id
|
1625
|
-
}
|
1626
|
-
}
|
1627
1621
|
image {
|
1628
1622
|
key
|
1629
1623
|
name
|
@@ -2425,12 +2419,6 @@
|
|
2425
2419
|
partner {
|
2426
2420
|
id
|
2427
2421
|
}
|
2428
|
-
productCollectionCustomers {
|
2429
|
-
id
|
2430
|
-
productCollection {
|
2431
|
-
id
|
2432
|
-
}
|
2433
|
-
}
|
2434
2422
|
}
|
2435
2423
|
}
|
2436
2424
|
`,gc=w.gql`
|