@shopify/ui-extensions 2025.7.3 → 2025.8.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.
Files changed (65) hide show
  1. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +4 -0
  2. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +1 -0
  3. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +1 -1
  4. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +4 -0
  5. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +1 -0
  6. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +4 -0
  7. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +1 -0
  8. package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.doc.d.ts +4 -0
  9. package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.doc.d.ts.map +1 -0
  10. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +1 -1
  11. package/build/ts/surfaces/point-of-sale/render/api/device-api/device-api.d.ts +4 -0
  12. package/build/ts/surfaces/point-of-sale/render/api/device-api/device-api.d.ts.map +1 -1
  13. package/build/tsconfig.tsbuildinfo +1 -1
  14. package/package.json +1 -1
  15. package/src/surfaces/admin/api/action/action.doc.ts +2 -2
  16. package/src/surfaces/admin/api/block/block.doc.ts +2 -2
  17. package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +2 -2
  18. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts +3 -3
  19. package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.ts +2 -2
  20. package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.ts +21 -0
  21. package/src/surfaces/admin/api/picker/picker.doc.ts +4 -3
  22. package/src/surfaces/admin/api/print-action/print-action.doc.ts +2 -2
  23. package/src/surfaces/admin/api/product-configuration/product-details-configuration.doc.ts +21 -0
  24. package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.ts +21 -0
  25. package/src/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.doc.ts +21 -0
  26. package/src/surfaces/admin/api/resource-picker/resource-picker.doc.ts +4 -3
  27. package/src/surfaces/admin/api/should-render/should-render.doc.ts +3 -3
  28. package/src/surfaces/admin/api/standard/standard.doc.ts +2 -2
  29. package/src/surfaces/admin/components/AdminAction/AdminAction.doc.ts +2 -2
  30. package/src/surfaces/admin/components/AdminBlock/AdminBlock.doc.ts +2 -2
  31. package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.ts +2 -2
  32. package/src/surfaces/admin/components/Badge/Badge.doc.ts +2 -2
  33. package/src/surfaces/admin/components/Banner/Banner.doc.ts +2 -2
  34. package/src/surfaces/admin/components/BlockStack/BlockStack.doc.ts +2 -2
  35. package/src/surfaces/admin/components/Box/Box.doc.ts +2 -2
  36. package/src/surfaces/admin/components/Button/Button.doc.ts +1 -1
  37. package/src/surfaces/admin/components/Checkbox/Checkbox.doc.ts +1 -1
  38. package/src/surfaces/admin/components/ChoiceList/ChoiceList.doc.ts +1 -1
  39. package/src/surfaces/admin/components/ColorPicker/ColorPicker.doc.ts +1 -1
  40. package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.ts +2 -2
  41. package/src/surfaces/admin/components/DateField/DateField.doc.ts +1 -1
  42. package/src/surfaces/admin/components/DatePicker/DatePicker.doc.ts +1 -1
  43. package/src/surfaces/admin/components/Divider/Divider.doc.ts +2 -2
  44. package/src/surfaces/admin/components/EmailField/EmailField.doc.ts +1 -1
  45. package/src/surfaces/admin/components/Form/Form.doc.ts +1 -1
  46. package/src/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.ts +1 -1
  47. package/src/surfaces/admin/components/Heading/Heading.doc.ts +2 -2
  48. package/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts +2 -2
  49. package/src/surfaces/admin/components/Icon/Icon.doc.ts +2 -2
  50. package/src/surfaces/admin/components/Image/Image.doc.ts +2 -2
  51. package/src/surfaces/admin/components/InlineStack/InlineStack.doc.ts +2 -2
  52. package/src/surfaces/admin/components/Link/Link.doc.ts +1 -1
  53. package/src/surfaces/admin/components/MoneyField/MoneyField.doc.ts +1 -1
  54. package/src/surfaces/admin/components/NumberField/NumberField.doc.ts +1 -1
  55. package/src/surfaces/admin/components/Paragraph/Paragraph.doc.ts +2 -2
  56. package/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts +1 -1
  57. package/src/surfaces/admin/components/Pressable/Pressable.doc.ts +1 -1
  58. package/src/surfaces/admin/components/ProgressIndicator/ProgressIndicator.doc.ts +2 -2
  59. package/src/surfaces/admin/components/Section/Section.doc.ts +2 -2
  60. package/src/surfaces/admin/components/Select/Select.doc.ts +1 -1
  61. package/src/surfaces/admin/components/Text/Text.doc.ts +2 -2
  62. package/src/surfaces/admin/components/TextArea/TextArea.doc.ts +1 -1
  63. package/src/surfaces/admin/components/TextField/TextField.doc.ts +1 -1
  64. package/src/surfaces/admin/components/URLField/URLField.doc.ts +1 -1
  65. package/src/surfaces/point-of-sale/render/api/device-api/device-api.ts +4 -0
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=order-routing-rule.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-routing-rule.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"picker.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/picker/picker.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4GX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"picker.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/picker/picker.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA6GX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=product-details-configuration.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-details-configuration.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/product-configuration/product-details-configuration.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=product-variant-details-configuration.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-variant-details-configuration.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=purchase-options-card-action.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purchase-options-card-action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"resource-picker.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/resource-picker/resource-picker.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA8JX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"resource-picker.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/resource-picker/resource-picker.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA+JX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -3,6 +3,10 @@ export interface DeviceApiContent {
3
3
  * The name of the device as configured by the merchant or system. Use for displaying device information in interfaces, logging, or support contexts where device identification is helpful.
4
4
  */
5
5
  name: string;
6
+ /**
7
+ * A short, unique identifier for the device, assigned by Shopify.
8
+ */
9
+ registerName: string;
6
10
  /**
7
11
  * Retrieves the unique string identifier for the device. Returns a promise that resolves to the device ID. Use for device-specific data storage, analytics tracking, or implementing device-based permissions and configurations.
8
12
  */
@@ -1 +1 @@
1
- {"version":3,"file":"device-api.d.ts","sourceRoot":"","sources":["../../../../../../../src/surfaces/point-of-sale/render/api/device-api/device-api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,QAAQ,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,gBAAgB,CAAC;CAC1B"}
1
+ {"version":3,"file":"device-api.d.ts","sourceRoot":"","sources":["../../../../../../../src/surfaces/point-of-sale/render/api/device-api/device-api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,QAAQ,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,gBAAgB,CAAC;CAC1B"}