@stock-in-the-channel/sinch-vue-components 0.0.323 → 0.0.325

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.
@@ -2514,7 +2514,7 @@ export type SubscriptionOrderStatusHistoriesModel = {
2514
2514
  cspSubscriptionId: Scalars['Int']['output'];
2515
2515
  cspSubscriptionOrderId: Scalars['Int']['output'];
2516
2516
  date: Scalars['DateTime']['output'];
2517
- errorMessage?: Maybe<Scalars['String']['output']>;
2517
+ message?: Maybe<Scalars['String']['output']>;
2518
2518
  providerOrderId?: Maybe<Scalars['String']['output']>;
2519
2519
  status: OrderPayloadStatus;
2520
2520
  };
@@ -47,6 +47,9 @@ declare const _default: {
47
47
  ItemsFound: string;
48
48
  AutomateBilling: string;
49
49
  PriceLabel: string;
50
+ Year: string;
51
+ Month: string;
52
+ Day: string;
50
53
  };
51
54
  ptBR: {
52
55
  Search: string;
@@ -47,6 +47,9 @@ declare const _default: {
47
47
  ItemsFound: string;
48
48
  AutomateBilling: string;
49
49
  PriceLabel: string;
50
+ Year: string;
51
+ Month: string;
52
+ Day: string;
50
53
  };
51
54
  'pt-BR': {
52
55
  Search: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.323",
3
+ "version": "0.0.325",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
File without changes