@managespace/sdk 0.1.138 → 0.1.140
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/dist/generated/models/get-payments-query.d.ts +6 -0
- package/dist/generated/models/get-payments-query.d.ts.map +1 -1
- package/dist/generated/models/get-payments-query.js +2 -0
- package/package.deploy.json +33 -0
- package/package.json +1 -1
- package/src/generated/models/get-payments-query.ts +8 -0
|
@@ -66,6 +66,12 @@ export interface GetPaymentsQuery {
|
|
|
66
66
|
* @memberof GetPaymentsQuery
|
|
67
67
|
*/
|
|
68
68
|
paymentMethod?: PluginFilterItem;
|
|
69
|
+
/**
|
|
70
|
+
* Payment outstanding balance value and operator to filter by
|
|
71
|
+
* @type {PluginFilterItem}
|
|
72
|
+
* @memberof GetPaymentsQuery
|
|
73
|
+
*/
|
|
74
|
+
unappliedAmount?: PluginFilterItem;
|
|
69
75
|
}
|
|
70
76
|
/**
|
|
71
77
|
* Check if a given object implements the GetPaymentsQuery interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-payments-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-payments-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"get-payments-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-payments-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,gBAAgB,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,gBAAgB,CAAC;CACtC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAEnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAgBvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBtH"}
|
|
@@ -41,6 +41,7 @@ function GetPaymentsQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
41
41
|
'subscriptionId': json['subscriptionId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['subscriptionId']),
|
|
42
42
|
'productId': json['productId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['productId']),
|
|
43
43
|
'paymentMethod': json['paymentMethod'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['paymentMethod']),
|
|
44
|
+
'unappliedAmount': json['unappliedAmount'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['unappliedAmount']),
|
|
44
45
|
};
|
|
45
46
|
}
|
|
46
47
|
exports.GetPaymentsQueryFromJSONTyped = GetPaymentsQueryFromJSONTyped;
|
|
@@ -61,6 +62,7 @@ function GetPaymentsQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
61
62
|
'subscriptionId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['subscriptionId']),
|
|
62
63
|
'productId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['productId']),
|
|
63
64
|
'paymentMethod': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['paymentMethod']),
|
|
65
|
+
'unappliedAmount': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['unappliedAmount']),
|
|
64
66
|
};
|
|
65
67
|
}
|
|
66
68
|
exports.GetPaymentsQueryToJSONTyped = GetPaymentsQueryToJSONTyped;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@managespace/sdk",
|
|
3
|
+
"version": "0.1.54",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"dev": "tsc -w --preserveWatchOutput",
|
|
6
|
+
"build": "tsc",
|
|
7
|
+
"lint:check": "eslint .",
|
|
8
|
+
"lint:fix": "eslint --fix .",
|
|
9
|
+
"lint:fix:cache": "eslint --fix .",
|
|
10
|
+
"upload": "tsc && npm publish"
|
|
11
|
+
},
|
|
12
|
+
"main": "./dist/index.js",
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"default": "./dist/index.js"
|
|
18
|
+
},
|
|
19
|
+
"./*": {
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"default": "./dist/index.js"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"tslib": "^2.4.0"
|
|
26
|
+
},
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@types/node": "~18.16.9",
|
|
29
|
+
"typescript": "~5.4.2",
|
|
30
|
+
"@repo/eslint-config": "*",
|
|
31
|
+
"@repo/typescript-config": "*"
|
|
32
|
+
}
|
|
33
|
+
}
|
package/package.json
CHANGED
|
@@ -89,6 +89,12 @@ export interface GetPaymentsQuery {
|
|
|
89
89
|
* @memberof GetPaymentsQuery
|
|
90
90
|
*/
|
|
91
91
|
paymentMethod?: PluginFilterItem;
|
|
92
|
+
/**
|
|
93
|
+
* Payment outstanding balance value and operator to filter by
|
|
94
|
+
* @type {PluginFilterItem}
|
|
95
|
+
* @memberof GetPaymentsQuery
|
|
96
|
+
*/
|
|
97
|
+
unappliedAmount?: PluginFilterItem;
|
|
92
98
|
}
|
|
93
99
|
|
|
94
100
|
/**
|
|
@@ -116,6 +122,7 @@ export function GetPaymentsQueryFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
116
122
|
'subscriptionId': json['subscriptionId'] == null ? undefined : PluginFilterItemFromJSON(json['subscriptionId']),
|
|
117
123
|
'productId': json['productId'] == null ? undefined : PluginFilterItemFromJSON(json['productId']),
|
|
118
124
|
'paymentMethod': json['paymentMethod'] == null ? undefined : PluginFilterItemFromJSON(json['paymentMethod']),
|
|
125
|
+
'unappliedAmount': json['unappliedAmount'] == null ? undefined : PluginFilterItemFromJSON(json['unappliedAmount']),
|
|
119
126
|
};
|
|
120
127
|
}
|
|
121
128
|
|
|
@@ -138,6 +145,7 @@ export function GetPaymentsQueryToJSONTyped(value?: GetPaymentsQuery | null, ign
|
|
|
138
145
|
'subscriptionId': PluginFilterItemToJSON(value['subscriptionId']),
|
|
139
146
|
'productId': PluginFilterItemToJSON(value['productId']),
|
|
140
147
|
'paymentMethod': PluginFilterItemToJSON(value['paymentMethod']),
|
|
148
|
+
'unappliedAmount': PluginFilterItemToJSON(value['unappliedAmount']),
|
|
141
149
|
};
|
|
142
150
|
}
|
|
143
151
|
|