@wix/pricing-plans 1.0.81 → 1.0.83

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pricing-plans",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/pricing-plans_orders": "1.0.31",
22
- "@wix/pricing-plans_plans": "1.0.36"
21
+ "@wix/pricing-plans_orders": "1.0.33",
22
+ "@wix/pricing-plans_plans": "1.0.37"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "a2f9b826bd4becd394324e4c467b8aceb2e3277788b4b2040132c68d"
47
+ "falconPackageHash": "2b41d75b261087c8f8b01eb996dfe96187fce63de151a3ce2e92b8f2"
48
48
  }
@@ -612,6 +612,8 @@ interface Automation extends AutomationOriginInfoOneOf {
612
612
  * @readonly
613
613
  */
614
614
  draftInfo?: DraftInfo;
615
+ /** Namespace */
616
+ namespace?: string | null;
615
617
  }
616
618
  /** @oneof */
617
619
  interface AutomationOriginInfoOneOf {
@@ -612,6 +612,8 @@ interface Automation extends AutomationOriginInfoOneOf {
612
612
  * @readonly
613
613
  */
614
614
  draftInfo?: DraftInfo;
615
+ /** Namespace */
616
+ namespace?: string | null;
615
617
  }
616
618
  /** @oneof */
617
619
  interface AutomationOriginInfoOneOf {