@eide/foir-cli 0.1.14 → 0.1.15

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 +1 @@
1
- {"version":3,"file":"customer-profile-documents.d.ts","sourceRoot":"","sources":["../../../src/codegen/generators/customer-profile-documents.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,wBAAgB,gCAAgC,IAAI,MAAM,CAoCzD"}
1
+ {"version":3,"file":"customer-profile-documents.d.ts","sourceRoot":"","sources":["../../../src/codegen/generators/customer-profile-documents.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,wBAAgB,gCAAgC,IAAI,MAAM,CAsCzD"}
@@ -16,12 +16,14 @@ fragment CustomerProfileFields on CustomerProfile {
16
16
  query GetMyProfile {
17
17
  myProfile {
18
18
  ...CustomerProfileFields
19
+ resolved
19
20
  }
20
21
  }
21
22
 
22
23
  query GetCustomerProfile($customerId: ID!) {
23
24
  customerProfile(customerId: $customerId) {
24
25
  ...CustomerProfileFields
26
+ resolved
25
27
  }
26
28
  }
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eide/foir-cli",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Universal platform CLI for EIDE — scriptable, composable resource management",
5
5
  "type": "module",
6
6
  "publishConfig": {