@revenexx/cli 0.2.1 → 0.4.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 (134) hide show
  1. package/README.md +60 -4
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.mjs +15234 -8801
  4. package/dist/index.cjs +2 -64
  5. package/dist/index.js +2 -64
  6. package/dist/lib/client.d.ts +0 -46
  7. package/dist/lib/client.d.ts.map +1 -1
  8. package/dist/lib/commands/create/appsdk-core.d.ts +36 -0
  9. package/dist/lib/commands/create/appsdk-core.d.ts.map +1 -1
  10. package/dist/lib/commands/create/scaffold-app.d.ts.map +1 -1
  11. package/dist/lib/commands/create/scaffold-theme.d.ts.map +1 -1
  12. package/dist/lib/commands/deploy.d.ts +8 -0
  13. package/dist/lib/commands/deploy.d.ts.map +1 -1
  14. package/dist/lib/commands/generators/base.d.ts +1 -1
  15. package/dist/lib/commands/generic.d.ts.map +1 -1
  16. package/dist/lib/commands/repl.d.ts.map +1 -1
  17. package/dist/lib/commands/services/carts-io.d.ts +3 -0
  18. package/dist/lib/commands/services/carts-io.d.ts.map +1 -0
  19. package/dist/lib/commands/services/carts-items.d.ts +3 -0
  20. package/dist/lib/commands/services/carts-items.d.ts.map +1 -0
  21. package/dist/lib/commands/services/customers-contacts.d.ts +3 -0
  22. package/dist/lib/commands/services/customers-contacts.d.ts.map +1 -0
  23. package/dist/lib/commands/services/customers-organizations.d.ts +3 -0
  24. package/dist/lib/commands/services/customers-organizations.d.ts.map +1 -0
  25. package/dist/lib/commands/services/customers-roles.d.ts +3 -0
  26. package/dist/lib/commands/services/customers-roles.d.ts.map +1 -0
  27. package/dist/lib/commands/services/customers-segments.d.ts +3 -0
  28. package/dist/lib/commands/services/customers-segments.d.ts.map +1 -0
  29. package/dist/lib/commands/services/customers-value-lists.d.ts +3 -0
  30. package/dist/lib/commands/services/customers-value-lists.d.ts.map +1 -0
  31. package/dist/lib/commands/services/customers.d.ts.map +1 -1
  32. package/dist/lib/commands/services/events.d.ts +3 -0
  33. package/dist/lib/commands/services/events.d.ts.map +1 -0
  34. package/dist/lib/commands/services/health.d.ts +3 -0
  35. package/dist/lib/commands/services/health.d.ts.map +1 -0
  36. package/dist/lib/commands/services/inventories-locations.d.ts +3 -0
  37. package/dist/lib/commands/services/inventories-locations.d.ts.map +1 -0
  38. package/dist/lib/commands/services/inventories-reservations.d.ts +3 -0
  39. package/dist/lib/commands/services/inventories-reservations.d.ts.map +1 -0
  40. package/dist/lib/commands/services/inventories-stock.d.ts +3 -0
  41. package/dist/lib/commands/services/inventories-stock.d.ts.map +1 -0
  42. package/dist/lib/commands/services/io.d.ts.map +1 -1
  43. package/dist/lib/commands/services/pages-collaboration.d.ts +3 -0
  44. package/dist/lib/commands/services/pages-collaboration.d.ts.map +1 -0
  45. package/dist/lib/commands/services/pages-delivery.d.ts +3 -0
  46. package/dist/lib/commands/services/pages-delivery.d.ts.map +1 -0
  47. package/dist/lib/commands/services/pages-editor.d.ts +3 -0
  48. package/dist/lib/commands/services/pages-editor.d.ts.map +1 -0
  49. package/dist/lib/commands/services/payments-ledger.d.ts +3 -0
  50. package/dist/lib/commands/services/payments-ledger.d.ts.map +1 -0
  51. package/dist/lib/commands/services/payments-methods.d.ts +3 -0
  52. package/dist/lib/commands/services/payments-methods.d.ts.map +1 -0
  53. package/dist/lib/commands/services/payments-providers.d.ts +3 -0
  54. package/dist/lib/commands/services/payments-providers.d.ts.map +1 -0
  55. package/dist/lib/commands/services/products-assets.d.ts +3 -0
  56. package/dist/lib/commands/services/products-assets.d.ts.map +1 -0
  57. package/dist/lib/commands/services/products-categories.d.ts +3 -0
  58. package/dist/lib/commands/services/products-categories.d.ts.map +1 -0
  59. package/dist/lib/commands/services/products-data-model.d.ts +3 -0
  60. package/dist/lib/commands/services/products-data-model.d.ts.map +1 -0
  61. package/dist/lib/commands/services/products-references.d.ts +3 -0
  62. package/dist/lib/commands/services/products-references.d.ts.map +1 -0
  63. package/dist/lib/commands/services/shipping-carriers.d.ts +3 -0
  64. package/dist/lib/commands/services/shipping-carriers.d.ts.map +1 -0
  65. package/dist/lib/commands/services/shipping-methods.d.ts +3 -0
  66. package/dist/lib/commands/services/shipping-methods.d.ts.map +1 -0
  67. package/dist/lib/commands/services/shipping-value-lists.d.ts +3 -0
  68. package/dist/lib/commands/services/shipping-value-lists.d.ts.map +1 -0
  69. package/dist/lib/commands/tui.d.ts.map +1 -1
  70. package/dist/lib/commands/watch.d.ts +23 -0
  71. package/dist/lib/commands/watch.d.ts.map +1 -0
  72. package/dist/lib/constants.d.ts +1 -1
  73. package/dist/lib/parser.d.ts.map +1 -1
  74. package/dist/lib/sdks.d.ts.map +1 -1
  75. package/dist/lib/tui/app.d.ts.map +1 -1
  76. package/dist/lib/tui/command-tree.d.ts +3 -2
  77. package/dist/lib/tui/command-tree.d.ts.map +1 -1
  78. package/dist/lib/tui/slash-commands.d.ts +62 -0
  79. package/dist/lib/tui/slash-commands.d.ts.map +1 -0
  80. package/dist/lib/tui/watch-create.d.ts +17 -0
  81. package/dist/lib/tui/watch-create.d.ts.map +1 -0
  82. package/dist/lib/tui/watch-pane.d.ts +7 -0
  83. package/dist/lib/tui/watch-pane.d.ts.map +1 -0
  84. package/dist/lib/type-generation/languages/csharp.d.ts.map +1 -1
  85. package/dist/lib/type-generation/languages/dart.d.ts.map +1 -1
  86. package/dist/lib/type-generation/languages/java.d.ts.map +1 -1
  87. package/dist/lib/type-generation/languages/javascript.d.ts.map +1 -1
  88. package/dist/lib/type-generation/languages/kotlin.d.ts.map +1 -1
  89. package/dist/lib/type-generation/languages/php.d.ts.map +1 -1
  90. package/dist/lib/type-generation/languages/swift.d.ts.map +1 -1
  91. package/dist/lib/type-generation/languages/typescript.d.ts.map +1 -1
  92. package/dist/lib/watch/condition.d.ts +51 -0
  93. package/dist/lib/watch/condition.d.ts.map +1 -0
  94. package/dist/lib/watch/duration.d.ts +28 -0
  95. package/dist/lib/watch/duration.d.ts.map +1 -0
  96. package/dist/lib/watch/field-path.d.ts +54 -0
  97. package/dist/lib/watch/field-path.d.ts.map +1 -0
  98. package/dist/lib/watch/notify.d.ts +49 -0
  99. package/dist/lib/watch/notify.d.ts.map +1 -0
  100. package/dist/lib/watch/registry.d.ts +25 -0
  101. package/dist/lib/watch/registry.d.ts.map +1 -0
  102. package/dist/lib/watch/run-queue.d.ts +55 -0
  103. package/dist/lib/watch/run-queue.d.ts.map +1 -0
  104. package/dist/lib/watch/scheduler.d.ts +78 -0
  105. package/dist/lib/watch/scheduler.d.ts.map +1 -0
  106. package/dist/lib/watch/session.d.ts +17 -0
  107. package/dist/lib/watch/session.d.ts.map +1 -0
  108. package/dist/lib/watch/types.d.ts +144 -0
  109. package/dist/lib/watch/types.d.ts.map +1 -0
  110. package/dist/lib/watch/use-watchers.d.ts +25 -0
  111. package/dist/lib/watch/use-watchers.d.ts.map +1 -0
  112. package/dist/tests/deploy-pack.test.d.ts +2 -0
  113. package/dist/tests/deploy-pack.test.d.ts.map +1 -0
  114. package/dist/tests/watch-condition.test.d.ts +2 -0
  115. package/dist/tests/watch-condition.test.d.ts.map +1 -0
  116. package/dist/tests/watch-field-path.test.d.ts +2 -0
  117. package/dist/tests/watch-field-path.test.d.ts.map +1 -0
  118. package/dist/tests/watch-notify.test.d.ts +2 -0
  119. package/dist/tests/watch-notify.test.d.ts.map +1 -0
  120. package/dist/tests/watch-registry.test.d.ts +2 -0
  121. package/dist/tests/watch-registry.test.d.ts.map +1 -0
  122. package/dist/tests/watch-run-queue.test.d.ts +2 -0
  123. package/dist/tests/watch-run-queue.test.d.ts.map +1 -0
  124. package/dist/tests/watch-scheduler.test.d.ts +2 -0
  125. package/dist/tests/watch-scheduler.test.d.ts.map +1 -0
  126. package/package.json +2 -2
  127. package/dist/lib/commands/services/inventories.d.ts +0 -3
  128. package/dist/lib/commands/services/inventories.d.ts.map +0 -1
  129. package/dist/lib/commands/services/payments.d.ts +0 -3
  130. package/dist/lib/commands/services/payments.d.ts.map +0 -1
  131. package/dist/lib/commands/services/shipping.d.ts +0 -3
  132. package/dist/lib/commands/services/shipping.d.ts.map +0 -1
  133. package/dist/lib/commands/services/tokens.d.ts +0 -3
  134. package/dist/lib/commands/services/tokens.d.ts.map +0 -1
package/dist/index.cjs CHANGED
@@ -35920,7 +35920,7 @@ var ConfigSchema = external_exports.object({
35920
35920
 
35921
35921
  // lib/constants.ts
35922
35922
  var SDK_TITLE = "Revenexx";
35923
- var SDK_VERSION = "0.2.1";
35923
+ var SDK_VERSION = "0.4.0";
35924
35924
  var SDK_NAME = "Revenexx CLI";
35925
35925
  var SDK_PLATFORM = "";
35926
35926
  var SDK_LANGUAGE = "cli";
@@ -36868,36 +36868,9 @@ var Client = class _Client {
36868
36868
  "x-sdk-platform": SDK_PLATFORM,
36869
36869
  "x-sdk-language": SDK_LANGUAGE,
36870
36870
  "x-sdk-version": SDK_VERSION,
36871
- "user-agent": `${SDK_TITLE}CLI/${SDK_VERSION} (${import_os2.default.type()} ${import_os2.default.version()}; ${import_os2.default.arch()})`,
36872
- "X-Revenexx-Response-Format": "1.8.1"
36871
+ "user-agent": `${SDK_TITLE}CLI/${SDK_VERSION} (${import_os2.default.type()} ${import_os2.default.version()}; ${import_os2.default.arch()})`
36873
36872
  };
36874
36873
  }
36875
- /**
36876
- * Set Cookie
36877
- *
36878
- * Your cookie
36879
- *
36880
- * @param {string} cookie
36881
- *
36882
- * @return self
36883
- */
36884
- setCookie(cookie) {
36885
- this.addHeader("cookie", cookie);
36886
- return this;
36887
- }
36888
- /**
36889
- * Set Project
36890
- *
36891
- * Your project ID
36892
- *
36893
- * @param {string} project
36894
- *
36895
- * @return self
36896
- */
36897
- setProject(project) {
36898
- this.addHeader("X-Revenexx-Project", project);
36899
- return this;
36900
- }
36901
36874
  /**
36902
36875
  * Set Tenant
36903
36876
  *
@@ -36939,19 +36912,6 @@ var Client = class _Client {
36939
36912
  this.addHeader("X-Revenexx-Api-Key", key);
36940
36913
  return this;
36941
36914
  }
36942
- /**
36943
- * Set JWT
36944
- *
36945
- * Your secret JSON Web Token
36946
- *
36947
- * @param {string} jwt
36948
- *
36949
- * @return self
36950
- */
36951
- setJWT(jwt2) {
36952
- this.addHeader("X-Revenexx-JWT", jwt2);
36953
- return this;
36954
- }
36955
36915
  /**
36956
36916
  * Set Bearer token
36957
36917
  *
@@ -36969,28 +36929,6 @@ var Client = class _Client {
36969
36929
  this.addHeader("Authorization", value);
36970
36930
  return this;
36971
36931
  }
36972
- /**
36973
- * Set Locale
36974
- *
36975
- * @param {string} locale
36976
- *
36977
- * @return self
36978
- */
36979
- setLocale(locale) {
36980
- this.addHeader("X-Revenexx-Locale", locale);
36981
- return this;
36982
- }
36983
- /**
36984
- * Set Mode
36985
- *
36986
- * @param {string} mode
36987
- *
36988
- * @return self
36989
- */
36990
- setMode(mode) {
36991
- this.addHeader("X-Revenexx-Mode", mode);
36992
- return this;
36993
- }
36994
36932
  /**
36995
36933
  * Set self signed.
36996
36934
  *
package/dist/index.js CHANGED
@@ -35902,7 +35902,7 @@ var ConfigSchema = external_exports.object({
35902
35902
 
35903
35903
  // lib/constants.ts
35904
35904
  var SDK_TITLE = "Revenexx";
35905
- var SDK_VERSION = "0.2.1";
35905
+ var SDK_VERSION = "0.4.0";
35906
35906
  var SDK_NAME = "Revenexx CLI";
35907
35907
  var SDK_PLATFORM = "";
35908
35908
  var SDK_LANGUAGE = "cli";
@@ -36850,36 +36850,9 @@ var Client = class _Client {
36850
36850
  "x-sdk-platform": SDK_PLATFORM,
36851
36851
  "x-sdk-language": SDK_LANGUAGE,
36852
36852
  "x-sdk-version": SDK_VERSION,
36853
- "user-agent": `${SDK_TITLE}CLI/${SDK_VERSION} (${os2.type()} ${os2.version()}; ${os2.arch()})`,
36854
- "X-Revenexx-Response-Format": "1.8.1"
36853
+ "user-agent": `${SDK_TITLE}CLI/${SDK_VERSION} (${os2.type()} ${os2.version()}; ${os2.arch()})`
36855
36854
  };
36856
36855
  }
36857
- /**
36858
- * Set Cookie
36859
- *
36860
- * Your cookie
36861
- *
36862
- * @param {string} cookie
36863
- *
36864
- * @return self
36865
- */
36866
- setCookie(cookie) {
36867
- this.addHeader("cookie", cookie);
36868
- return this;
36869
- }
36870
- /**
36871
- * Set Project
36872
- *
36873
- * Your project ID
36874
- *
36875
- * @param {string} project
36876
- *
36877
- * @return self
36878
- */
36879
- setProject(project) {
36880
- this.addHeader("X-Revenexx-Project", project);
36881
- return this;
36882
- }
36883
36856
  /**
36884
36857
  * Set Tenant
36885
36858
  *
@@ -36921,19 +36894,6 @@ var Client = class _Client {
36921
36894
  this.addHeader("X-Revenexx-Api-Key", key);
36922
36895
  return this;
36923
36896
  }
36924
- /**
36925
- * Set JWT
36926
- *
36927
- * Your secret JSON Web Token
36928
- *
36929
- * @param {string} jwt
36930
- *
36931
- * @return self
36932
- */
36933
- setJWT(jwt2) {
36934
- this.addHeader("X-Revenexx-JWT", jwt2);
36935
- return this;
36936
- }
36937
36897
  /**
36938
36898
  * Set Bearer token
36939
36899
  *
@@ -36951,28 +36911,6 @@ var Client = class _Client {
36951
36911
  this.addHeader("Authorization", value);
36952
36912
  return this;
36953
36913
  }
36954
- /**
36955
- * Set Locale
36956
- *
36957
- * @param {string} locale
36958
- *
36959
- * @return self
36960
- */
36961
- setLocale(locale) {
36962
- this.addHeader("X-Revenexx-Locale", locale);
36963
- return this;
36964
- }
36965
- /**
36966
- * Set Mode
36967
- *
36968
- * @param {string} mode
36969
- *
36970
- * @return self
36971
- */
36972
- setMode(mode) {
36973
- this.addHeader("X-Revenexx-Mode", mode);
36974
- return this;
36975
- }
36976
36914
  /**
36977
36915
  * Set self signed.
36978
36916
  *
@@ -31,26 +31,6 @@ declare class Client {
31
31
  private retry;
32
32
  private debug;
33
33
  constructor();
34
- /**
35
- * Set Cookie
36
- *
37
- * Your cookie
38
- *
39
- * @param {string} cookie
40
- *
41
- * @return self
42
- */
43
- setCookie(cookie: string): this;
44
- /**
45
- * Set Project
46
- *
47
- * Your project ID
48
- *
49
- * @param {string} project
50
- *
51
- * @return self
52
- */
53
- setProject(project: string): this;
54
34
  /**
55
35
  * Set Tenant
56
36
  *
@@ -83,16 +63,6 @@ declare class Client {
83
63
  * @return self
84
64
  */
85
65
  setKey(key: string): this;
86
- /**
87
- * Set JWT
88
- *
89
- * Your secret JSON Web Token
90
- *
91
- * @param {string} jwt
92
- *
93
- * @return self
94
- */
95
- setJWT(jwt: string): this;
96
66
  /**
97
67
  * Set Bearer token
98
68
  *
@@ -106,22 +76,6 @@ declare class Client {
106
76
  * @return self
107
77
  */
108
78
  setBearer(token: string): this;
109
- /**
110
- * Set Locale
111
- *
112
- * @param {string} locale
113
- *
114
- * @return self
115
- */
116
- setLocale(locale: string): this;
117
- /**
118
- * Set Mode
119
- *
120
- * @param {string} mode
121
- *
122
- * @return self
123
- */
124
- setMode(mode: string): this;
125
79
  /**
126
80
  * Set self signed.
127
81
  *
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../lib/client.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACV,OAAO,EACP,aAAa,EACb,YAAY,EAEb,MAAM,YAAY,CAAC;AAyFpB;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,KAAK;IAC1C,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,8EAA8E;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;gBAGjB,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EACtB,IAAI,GAAE,MAAW,EACjB,QAAQ,GAAE,MAAW,EACrB,SAAS,CAAC,EAAE,MAAM;CASrB;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,GAAI,KAAK,OAAO,KAAG,MAQ/C,CAAC;AAEF,cAAM,MAAM;IACV,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,UAAU,CAAU;IAC5B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,KAAK,CAAU;IACvB,OAAO,CAAC,KAAK,CAAU;;IAmBvB;;;;;;;;OAQG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAK/B;;;;;;;;OAQG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKjC;;;;;;;;;OASG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAK/B;;;;;;;;;OASG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAK/B;;;;;;;;OAQG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAKzB;;;;;;;;OAQG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAKzB;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQ9B;;;;;;OAMG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAK/B;;;;;;OAMG;IACH,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAK3B;;;;;;OAMG;IACH,aAAa,CAAC,MAAM,EAAE,OAAO,GAAG,IAAI;IAKpC;;;OAGG;IACH,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAShD;;;;;;OAMG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAiCnC;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAO5B;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAKhC;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAKhC;;;OAGG;IACH,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAKrC,IAAI,CAAC,CAAC,GAAG,OAAO,EACpB,MAAM,EAAE,MAAM,EACd,IAAI,GAAE,MAAW,EACjB,OAAO,GAAE,OAAY,EACrB,MAAM,GAAE,aAAkB,EAC1B,YAAY,GAAE,YAAqB,GAClC,OAAO,CAAC,CAAC,CAAC;IAgMb;;;;OAIG;IACH,OAAO,CAAC,QAAQ;IAahB,MAAM,CAAC,OAAO,CACZ,IAAI,EAAE,aAAa,EACnB,MAAM,GAAE,MAAW,GAClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAmB3B;AAED,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../lib/client.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACV,OAAO,EACP,aAAa,EACb,YAAY,EAEb,MAAM,YAAY,CAAC;AAyFpB;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,KAAK;IAC1C,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,8EAA8E;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;gBAGjB,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EACtB,IAAI,GAAE,MAAW,EACjB,QAAQ,GAAE,MAAW,EACrB,SAAS,CAAC,EAAE,MAAM;CASrB;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,GAAI,KAAK,OAAO,KAAG,MAQ/C,CAAC;AAEF,cAAM,MAAM;IACV,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,UAAU,CAAU;IAC5B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,KAAK,CAAU;IACvB,OAAO,CAAC,KAAK,CAAU;;IAoBvB;;;;;;;;;OASG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAK/B;;;;;;;;;OASG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAK/B;;;;;;;;OAQG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAMzB;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAU9B;;;;;;OAMG;IACH,aAAa,CAAC,MAAM,EAAE,OAAO,GAAG,IAAI;IAKpC;;;OAGG;IACH,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAShD;;;;;;OAMG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAiCnC;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAO5B;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAKhC;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAKhC;;;OAGG;IACH,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAKrC,IAAI,CAAC,CAAC,GAAG,OAAO,EACpB,MAAM,EAAE,MAAM,EACd,IAAI,GAAE,MAAW,EACjB,OAAO,GAAE,OAAY,EACrB,MAAM,GAAE,aAAkB,EAC1B,YAAY,GAAE,YAAqB,GAClC,OAAO,CAAC,CAAC,CAAC;IAgMb;;;;OAIG;IACH,OAAO,CAAC,QAAQ;IAahB,MAAM,CAAC,OAAO,CACZ,IAAI,EAAE,aAAa,EACnB,MAAM,GAAE,MAAW,GAClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAmB3B;AAED,eAAe,MAAM,CAAC"}
@@ -18,6 +18,20 @@ export interface Manifest {
18
18
  name?: string;
19
19
  vendor?: string;
20
20
  permissions?: Array<Record<string, unknown>>;
21
+ events?: {
22
+ emits?: Array<string | Record<string, unknown>>;
23
+ };
24
+ }
25
+ /**
26
+ * One event the App fires itself — a `manifest.events.emits[]` entry declared
27
+ * `trigger: "app"`. The other kind (`entity` + `on`) is a Baseline trigger and
28
+ * never reaches the client: the App does not fire it, a row change does.
29
+ */
30
+ export interface BuiltEvent {
31
+ /** Vendor-scoped topic the platform publishes. */
32
+ topic: string;
33
+ sample?: Record<string, unknown>;
34
+ schema?: Record<string, unknown>;
21
35
  }
22
36
  export interface Schema {
23
37
  entities?: Record<string, {
@@ -35,6 +49,24 @@ export declare function buildEntities(args: {
35
49
  vendor: string;
36
50
  app: string;
37
51
  }): Record<string, BuiltEntity>;
52
+ /** The routine Baseline generates for an App's own events. */
53
+ export declare function emitFnName(vendor: string, app: string): string;
54
+ /**
55
+ * Build the descriptors for the events the App fires itself.
56
+ *
57
+ * Only `trigger: "app"` entries are kept. A wired emit (`entity` + `on`) is
58
+ * fired by a Baseline trigger on a row change — putting it on the client would
59
+ * offer the App a call that publishes a second, duplicate event.
60
+ *
61
+ * The topic is assembled the way Baseline's EventTopic::build does it, over the
62
+ * same snake-normalised vendor/app `tableName()` uses. Two spellings of one
63
+ * topic is a subscriber that never fires and no error anywhere.
64
+ */
65
+ export declare function buildEvents(args: {
66
+ manifest: Manifest;
67
+ vendor: string;
68
+ app: string;
69
+ }): Record<string, BuiltEvent>;
38
70
  /** Postgres column type → TypeScript type. */
39
71
  export declare function tsType(type?: string): string;
40
72
  /** Postgres column type → PHP type hint (nullable handled by the caller). */
@@ -99,6 +131,8 @@ export interface EmitInput {
99
131
  vendor: string;
100
132
  app: string;
101
133
  entities: Record<string, BuiltEntity>;
134
+ /** The App's own events, empty when its manifest declares none. */
135
+ events: Record<string, BuiltEvent>;
102
136
  options: {
103
137
  runtimeModule?: string;
104
138
  phpNamespace?: string;
@@ -137,6 +171,8 @@ export interface GenerateResult {
137
171
  outDir: string;
138
172
  files: string[];
139
173
  entities: string[];
174
+ /** The App's own events, so `generate` can report what it wired. */
175
+ events: string[];
140
176
  }
141
177
  /** Read schema.json + manifest.json and emit a client for the chosen target. */
142
178
  export declare function generateClient(opts: GenerateOptions): GenerateResult;
@@ -1 +1 @@
1
- {"version":3,"file":"appsdk-core.d.ts","sourceRoot":"","sources":["../../../../lib/commands/create/appsdk-core.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appsdk-core.d.ts","sourceRoot":"","sources":["../../../../lib/commands/create/appsdk-core.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"scaffold-app.d.ts","sourceRoot":"","sources":["../../../../lib/commands/create/scaffold-app.ts"],"names":[],"mappings":"AAwBA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAoBD,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAI3D;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAIhE;AA+hBD,wBAAgB,WAAW,CAAC,IAAI,EAAE,kBAAkB,GAAG,cAAc,CA8EpE"}
1
+ {"version":3,"file":"scaffold-app.d.ts","sourceRoot":"","sources":["../../../../lib/commands/create/scaffold-app.ts"],"names":[],"mappings":"AA0BA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAoBD,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAI3D;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAIhE;AAgiBD,wBAAgB,WAAW,CAAC,IAAI,EAAE,kBAAkB,GAAG,cAAc,CAkFpE"}
@@ -1 +1 @@
1
- {"version":3,"file":"scaffold-theme.d.ts","sourceRoot":"","sources":["../../../../lib/commands/create/scaffold-theme.ts"],"names":[],"mappings":"AAaA,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,UAAU,CAAC;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAID,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG7D;AAwRD,wBAAgB,aAAa,CAAC,IAAI,EAAE,oBAAoB,GAAG,mBAAmB,CA+B7E"}
1
+ {"version":3,"file":"scaffold-theme.d.ts","sourceRoot":"","sources":["../../../../lib/commands/create/scaffold-theme.ts"],"names":[],"mappings":"AAaA,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,UAAU,CAAC;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAID,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG7D;AAyRD,wBAAgB,aAAa,CAAC,IAAI,EAAE,oBAAoB,GAAG,mBAAmB,CA+B7E"}
@@ -1,3 +1,11 @@
1
1
  import { Command } from "commander";
2
+ /**
3
+ * Package a directory into a tar.gz File for the deployment upload.
4
+ * `portable: true` keeps atime/ctime out of the header region that POSIX
5
+ * reserves for the path prefix — the platform's manifest extractor reads that
6
+ * region, and node-tar's default old-GNU timestamps turn every entry name
7
+ * into garbage, silently degrading the app to a legacy Function (DX-231).
8
+ */
9
+ export declare function packDirectory(dir: string): Promise<File>;
2
10
  export declare const deploy: Command;
3
11
  //# sourceMappingURL=deploy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../lib/commands/deploy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAqUpC,eAAO,MAAM,MAAM,SAgChB,CAAC"}
1
+ {"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../lib/commands/deploy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0CpC;;;;;;GAMG;AACH,wBAAsB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAqB9D;AAsQD,eAAO,MAAM,MAAM,SAgChB,CAAC"}
@@ -27,7 +27,7 @@ export interface GenerateOptions {
27
27
  /**
28
28
  * Override the Revenexx SDK import source used in generated files.
29
29
  * Auto-detected from package.json/deno.json if not provided.
30
- * Examples: "node-appwrite", "appwrite"
30
+ * Examples: "@revenexx/node", "@revenexx/sdk"
31
31
  */
32
32
  sdkImportSource?: string;
33
33
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"generic.d.ts","sourceRoot":"","sources":["../../../lib/commands/generic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoFpC;;;;;;GAMG;AACH,MAAM,MAAM,sBAAsB,GAC9B,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,OAAO,CAAC;AAEZ,MAAM,MAAM,sBAAsB,GAC9B;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,SAAS,CAAC;IAAC,IAAI,CAAC,EAAE,SAAS,CAAA;CAAE,GAClD;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,sBAAsB,CAAA;CAAE,CAAC;AAEhE;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAC9B,KAAK,OAAO,GAAG,IAAI,EACnB,QAAQ,MAAM,KACb,sBAgDF,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,QAAQ,MAAM,EACd,UAAU,MAAM,EAChB,QAAQ,MAAM,KACb,OAAO,CAAC,sBAAsB,CAWhC,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACzD,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,GAC1B,OAAO,eAAe,EACtB,OAAO,eAAe,KACrB,MAeF,CAAC;AAyGF,eAAO,MAAM,YAAY,GAAU,iDAOhC;IACD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf,KAAG,OAAO,CAAC,IAAI,CAgEf,CAAC;AAEF,eAAO,MAAM,MAAM,SAkEhB,CAAC;AAEJ,eAAO,MAAM,QAAQ,SAMlB,CAAC;AAEJ,eAAO,MAAM,KAAK,SAuBmB,CAAC;AA6BtC,eAAO,MAAM,MAAM,SAiEhB,CAAC;AAYJ,eAAO,MAAM,MAAM,SAmJhB,CAAC;AAEJ,eAAO,MAAM,OAAO,QAAa,OAAO,CAAC,IAAI,CAmB5C,CAAC"}
1
+ {"version":3,"file":"generic.d.ts","sourceRoot":"","sources":["../../../lib/commands/generic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoFpC;;;;;;GAMG;AACH,MAAM,MAAM,sBAAsB,GAC9B,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,OAAO,CAAC;AAEZ,MAAM,MAAM,sBAAsB,GAC9B;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,SAAS,CAAC;IAAC,IAAI,CAAC,EAAE,SAAS,CAAA;CAAE,GAClD;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,sBAAsB,CAAA;CAAE,CAAC;AAEhE;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAC9B,KAAK,OAAO,GAAG,IAAI,EACnB,QAAQ,MAAM,KACb,sBAgDF,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,QAAQ,MAAM,EACd,UAAU,MAAM,EAChB,QAAQ,MAAM,KACb,OAAO,CAAC,sBAAsB,CAWhC,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACzD,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,GAC1B,OAAO,eAAe,EACtB,OAAO,eAAe,KACrB,MAeF,CAAC;AAyGF,eAAO,MAAM,YAAY,GAAU,iDAOhC;IACD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf,KAAG,OAAO,CAAC,IAAI,CAgEf,CAAC;AAEF,eAAO,MAAM,MAAM,SAkEhB,CAAC;AAEJ,eAAO,MAAM,QAAQ,SAMlB,CAAC;AAEJ,eAAO,MAAM,KAAK,SAuBmB,CAAC;AA6BtC,eAAO,MAAM,MAAM,SAiEhB,CAAC;AAYJ,eAAO,MAAM,MAAM,SAkJhB,CAAC;AAEJ,eAAO,MAAM,OAAO,QAAa,OAAO,CAAC,IAAI,CAmB5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"repl.d.ts","sourceRoot":"","sources":["../../../lib/commands/repl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA4OpC,eAAO,MAAM,IAAI,SAed,CAAC"}
1
+ {"version":3,"file":"repl.d.ts","sourceRoot":"","sources":["../../../lib/commands/repl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAyRpC,eAAO,MAAM,IAAI,SAed,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const cartsIo: Command;
3
+ //# sourceMappingURL=carts-io.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carts-io.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/carts-io.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,OAAO,SAOhB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const cartsItems: Command;
3
+ //# sourceMappingURL=carts-items.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carts-items.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/carts-items.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,UAAU,SAOnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const customersContacts: Command;
3
+ //# sourceMappingURL=customers-contacts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers-contacts.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers-contacts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,iBAAiB,SAO1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const customersOrganizations: Command;
3
+ //# sourceMappingURL=customers-organizations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers-organizations.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers-organizations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,sBAAsB,SAO/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const customersRoles: Command;
3
+ //# sourceMappingURL=customers-roles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers-roles.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers-roles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAgBpC,eAAO,MAAM,cAAc,SAOvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const customersSegments: Command;
3
+ //# sourceMappingURL=customers-segments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers-segments.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers-segments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,iBAAiB,SAO1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const customersValueLists: Command;
3
+ //# sourceMappingURL=customers-value-lists.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers-value-lists.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers-value-lists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,mBAAmB,SAO5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,SAAS,SAOlB,CAAC"}
1
+ {"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/customers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAgBpC,eAAO,MAAM,SAAS,SAOlB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const events: Command;
3
+ //# sourceMappingURL=events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAcpC,eAAO,MAAM,MAAM,SAOf,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const health: Command;
3
+ //# sourceMappingURL=health.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/health.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AASpC,eAAO,MAAM,MAAM,SAOf,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const inventoriesLocations: Command;
3
+ //# sourceMappingURL=inventories-locations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inventories-locations.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/inventories-locations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,oBAAoB,SAO7B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const inventoriesReservations: Command;
3
+ //# sourceMappingURL=inventories-reservations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inventories-reservations.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/inventories-reservations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiBpC,eAAO,MAAM,uBAAuB,SAOhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const inventoriesStock: Command;
3
+ //# sourceMappingURL=inventories-stock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inventories-stock.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/inventories-stock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,gBAAgB,SAOzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"io.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/io.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiBpC,eAAO,MAAM,EAAE,SAOX,CAAC"}
1
+ {"version":3,"file":"io.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/io.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,EAAE,SAOX,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const pagesCollaboration: Command;
3
+ //# sourceMappingURL=pages-collaboration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pages-collaboration.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/pages-collaboration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,kBAAkB,SAO3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const pagesDelivery: Command;
3
+ //# sourceMappingURL=pages-delivery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pages-delivery.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/pages-delivery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAepC,eAAO,MAAM,aAAa,SAOtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const pagesEditor: Command;
3
+ //# sourceMappingURL=pages-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pages-editor.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/pages-editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,WAAW,SAOpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const paymentsLedger: Command;
3
+ //# sourceMappingURL=payments-ledger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payments-ledger.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/payments-ledger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,cAAc,SAOvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const paymentsMethods: Command;
3
+ //# sourceMappingURL=payments-methods.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payments-methods.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/payments-methods.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,eAAe,SAOxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const paymentsProviders: Command;
3
+ //# sourceMappingURL=payments-providers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payments-providers.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/payments-providers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,iBAAiB,SAO1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const productsAssets: Command;
3
+ //# sourceMappingURL=products-assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"products-assets.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/products-assets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,cAAc,SAOvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const productsCategories: Command;
3
+ //# sourceMappingURL=products-categories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"products-categories.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/products-categories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,kBAAkB,SAO3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const productsDataModel: Command;
3
+ //# sourceMappingURL=products-data-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"products-data-model.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/products-data-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,eAAO,MAAM,iBAAiB,SAO1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const productsReferences: Command;
3
+ //# sourceMappingURL=products-references.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"products-references.d.ts","sourceRoot":"","sources":["../../../../lib/commands/services/products-references.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,kBAAkB,SAO3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from "commander";
2
+ export declare const shippingCarriers: Command;
3
+ //# sourceMappingURL=shipping-carriers.d.ts.map